React Dropzone - Argon
PROThe ArgonDropzone
component helps you to simply create a drag & drop file upload. It uses dropzone.js in base and you can use all of its props for ArgonDropzone
.
The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.
Demo
// Argon Dashboard 2 PRO MUI components
import ArgonDropzone from "components/ArgonDropzone";
Props Information
Name | Type | Default | Description |
---|---|---|---|
options* | object | {} | Used to pass the dropzone.js props for the ArgonDropzone , you can configure the ArgonDropzone using this prop and its a required prop. |