Simple react wrapper for dropbox chooser API
npm install react-dropbox-chooserReact dropbox chooser
============
Simple react wrapper for Dropbox Chooser API
Installation
============
```
npm install react-dropbox-chooser
Usage
=====
``
success={files => this.onSuccess(files)}
cancel={() => this.onCancel()}
multiselect={true}
extensions={['.mp4']} >
Click me!
Demo
====
```
npm install
npm start
open http://localhost:8080