February 2026 - Dropzone Component
Dropzone component for drag-and-drop file uploads with accessible drop zones.
Dropzone Component
Added documentation for the Dropzone component, an area into which files can be dragged and dropped.
Preview
Code
Features
- Drag-and-drop file uploads
- Customizable drop operation handling
- Disabled state support
- Composable with
<Dropzone.Provider>,<Dropzone.Root>, and<Dropzone.Label> - Built on React Aria
<DropZone>component
With File Trigger
Combine drag-and-drop with a clickable file trigger button.
Preview
Code
Clickable
Make the entire drop zone clickable to open the file picker.
Preview
Code