VuiDropzone

PRO

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


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

// Vision UI Dashboard PRO React components import VuiDropzone from "components/VuiDropzone";

Props Information

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