react-chooser

1.0.2 • Public • Published

React chooser

This is a react chooser suites for the following storage providers

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

Package Sidebar

Install

npm i react-chooser

Weekly Downloads

3

Version

1.0.2

License

ISC

Last publish

Collaborators

  • bowen31337