FileUpload
FileUpload Component
Playground
Drop files here or click to upload
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| accept | text | — | |
| multiple | boolean | — | |
| disabled | boolean | — |
Default
Drop files here or click to upload
WithAccept
Drop files here or click to upload
Accepted: .png,.jpg
Multiple
Drop files here or click to upload
Disabled
Drop files here or click to upload
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
accept | text | — | Accepted file types |
disabled | boolean | — | Disabled state |
multiple | boolean | — | Allow multiple files |
Using FileUploadtsx
import { FileUpload } from '@/components/FileUpload'
<FileUpload
accept="..."
multiple="..."
disabled="..."
/>Tokens Used
No design tokens detected