SuiDropzone

PRO

The SuiDropzone 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 SuiDropzone.


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

// Soft UI Dashboard PRO React components import SuiDropzone from "components/SuiDropzone";

Props Information

NameTypeDefaultDescription
options*object{}Used to pass the dropzone.js props for the SuiDropzone, you can configure the SuiDropzone using this prop and its a required prop.
Contents