Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 624 Bytes

File metadata and controls

41 lines (29 loc) · 624 Bytes

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