react-chooser
v1.0.2
Published
It is the react chooser suite for dropbox, google drive, one drive
Downloads
13
Maintainers
Readme
React chooser
This is a react chooser suites for the following storage providers
- Dropbox Dropbox Chooser API
- Google Drive (TBC)
- One Drive (TBC)
Installation
yarn add react-chooser
Usage
import { DropboxChooser } from 'react-chooser'
<DropboxChooser
appKey={'appkey'}
success={files => this.onSuccess(files)}
cancel={this.onCancel}
multiselect={true}
extensions={['.pdf','.doc']} >
</DropboxChooser>
StoryBook UI Testing
npm run storybook
open http://localhost:6006