MDDropzone
PROThe MDDropzone 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 MDDropzone.
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
// Material Dashboard 2 PRO React Components
import MDDropzone from "components/MDDropzone";
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| options* | object | {} | Used to pass the dropzone.js props for the MDDropzone, you can configure the MDDropzone using this prop and its a required prop. |