felixrieseberg / React-Dropzone-Component

:camera: ReactJS Dropzone for File Uploads (using Dropzone.js)
MIT License
1k stars 154 forks source link

Source code of the on-line example. #129

Open mfgabriel92 opened 7 years ago

mfgabriel92 commented 7 years ago

I want to see the source code of the example here: http://reactdropzone.azurewebsites.net/example/

I want to implement the progress bar, but I cannot find out how it is done by the examples.

good2hear commented 6 years ago

you need to import two css files for that something like below. path depends on your structure.

import '../../node_modules/dropzone/dist/min/dropzone.min.css';
import '../../node_modules/react-dropzone-component/styles/filepicker.css';