1.0.1 • Published 3 years ago

react-dropbox-saver v1.0.1

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

React dropbox saver

Simple react wrapper for Dropbox saver API

Installation

npm install react-dropbox-saver

Usage

files =
[
        // You can specify up to 100 files.
        {'url': '...', 'filename': '...'},
        {'url': '...', 'filename': '...'},
        // ...
    ]

<DropboxSaver 
    appKey={'your-uniq-app-key'}
    success={files => this.onSuccess(files)}
    cancel={() => this.onCancel()}
    progress={(progress)=>this.onProgress(progress)}
    error={(err)=this.Onerror(err)}
    files={files}    
</DropboxSaver>
1.0.1

3 years ago

1.0.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago