FileUpload
A FileUpload component from the Sigil design system.
Import
import { FileUpload } from "@sigil-ui/components";Preview
Usage
<FileUpload>...</FileUpload>Props
| Prop | Type | Default | Description |
|---|---|---|---|
accept | string | — | — |
multiple | boolean | — | — |
maxSize | number | — | — |
disabled | boolean | — | — |
onChange | (files: File[]) => void | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-md | Radius md |
--s-border | Border |
--s-background | Background |
--s-duration-fast | Duration fast |
--s-primary | Primary |
--s-surface | Surface |
--s-text-muted | Text muted |
--s-text | Text |