1.0.2 • Published 7 years ago

react-chooser v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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