react-dropbox-chooser

0.0.5 • Public • Published

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

How to create new app?

Feel free to feel free

Package Sidebar

Install

npm i react-dropbox-chooser

Weekly Downloads

3,755

Version

0.0.5

License

MIT

Last publish

Collaborators

  • sdoomz