React Dropzone - Soft UI

PRO

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


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 SoftDropzone from "components/SoftDropzone";

Props Information

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