Socket
Socket
Sign inDemoInstall

react-chooser

Package Overview
Dependencies
21
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-chooser

It is the react chooser suite for dropbox, google drive, one drive


Version published
Maintainers
1
Install size
5.35 MB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 08 Jan 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc