/react-dropzone-component

A React component for dragging and dropping files

Primary LanguageJavaScriptMIT LicenseMIT

React Dropzone component

ReactDropzone is a React.js component for adding a "drag-and-drop" file/image upload to your app.

The file is returned to you via an onDrop callback. It uses an <input type=file /> behind the scenes to fit in nicely with the rest of your form.

TODO:
  • Add icons
  • Add tests
  • Create site