Koala logo Design
No matches for “
↑↓ navigate open Esc close
PrimitivesSelect & inputFile upload

File upload

Styled file input — pairs a labelled drop-zone with a hidden <input type="file">.

<koala-file-upload>

File upload

accept=".pdf,.docx" max-size-mb="10"

API

name string — Form-field name on the hidden input.
id string? — Optional id — defaults to a sanitised version of the name.
accept string? — Comma-separated accept list (e.g.
multiple bool — Allow multi-file selection.
max-size-mb int? — Maximum size per file in megabytes.
label string — Visible label shown in the drop-zone.
class string?