Skip to main content

File Uploader

Drag-and-drop file upload with progress indicator.

Preview ยท File Uploader

Codeโ€‹

<div style="border:2px dashed var(--border);border-radius:var(--radius-medium);padding:2rem;text-align:center;background:var(--muted);max-width:360px">
<div style="font-size:1.5rem;margin-bottom:0.5rem">๐Ÿ“Ž</div>
<p style="margin:0 0 0.5rem;font-size:0.875rem;font-weight:500">Drag files here or click to browse</p>
<p style="margin:0;font-size:0.75rem;color:var(--muted-foreground)">PDF, PNG, JPG up to 10 MB</p>
<button class="outline small" style="margin-top:0.75rem">Browse files</button>
</div>

Propsโ€‹

PropTypeDefaultDescription
apiUrlstringโ€”Upload URL
acceptstringโ€”MIME types
maxSizenumberโ€”Max bytes
Version history

See the Changelog for version history and breaking changes.