Skip to content

nhuttm/react-dropbox-chooser

 
 

Repository files navigation

React dropbox chooser

Simple react wrapper for Dropbox Chooser API

Installation

npm install react-dropbox-chooser

Usage

<DropboxChooser 
    appKey={'your-uniq-app-key'}
    success={files => this.onSuccess(files)}
    cancel={() => this.onCancel()}
    multiselect={true}
    extensions={['.mp4']} >
    <div className="dropbox-button">Click me!</div>        
</DropboxChooser>

Demo

npm install
npm start
open http://localhost:8080

Feel free to feel free

About

Dropbox Chooser for React

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%