react-file-load

0.0.5 • Public • Published

react-file-load

Build Status BCH compliance dependencies Status License: MIT

NPM

React component for loading data from files. deaddesk.top/react-file-load

Installing

Package is available in npm

npm install react-file-load --save

Using yarn

yarn add react-file-load --save

Size

7,5Kb Gzipped 2.9Kb

Api

<ReactLoadComponent 
    text = "Button text"
    fromColor = "yellow"
    toColor = "black"
    finishedColor = "green"
    accept = ".csv"
    onChange = {inputOnChangeEvent => console.log("file changed")}
    onProgress = {progressNumber => console.log("progress between 0 and 100")}
    onDataChunk = {(dataChunk, error) => console.log("invoked with data chunk")}
    onFinished = {() => console.log("finished reading")}
    readeryConfig = { splitBy: /\r?\n/, encoding: "UTF-8" }
    chunkSize = {1024}
/>

All parameters are optional except text.

Example usage

See deaddesk.top/react-file-load

Compatibility

Licensing

The code in this project is licensed under MIT license.

Readme

Keywords

Package Sidebar

Install

npm i react-file-load

Weekly Downloads

6

Version

0.0.5

License

MIT

Unpacked Size

58.1 kB

Total Files

7

Last publish

Collaborators

  • undernotic