File Uploader
Upload area with drag & drop, progress, and file list. Click works as a fallback.
Image upload
Drop files or click to select
JPG, PNG, or WEBP up to 10 MB
With already uploaded files
Drop files or click to select
PDF up to 20 MB
contrato-locacao.pdf
234.4 KB
laudo-vistoria.pdf
1.3 MB
Single file
Drop files or click to select
PNG up to 5 MB
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | UploadedFile[] | [] | Already uploaded files |
| onChange | (files: UploadedFile[]) => void | — | On add/remove |
| accept | string | image/*… | MIME types (input accept) |
| acceptLabel | string | JPG, PNG or WEBP | Format label |
| maxSize | number | 10 | Max size in MB (display only) |
| multiple | boolean | true | Allow multiple files |