npm.io
1.0.1 • Published 6 years ago

file-input-react

Licence
ISC
Version
1.0.1
Deps
0
Size
3 kB
Vulns
0
Weekly
0

File Input React

File Input React is a file input component for your react application. Below are the simple steps for installing and using File Input React.

Latest version

1.0.5

How to install

npm install file-input-react

How to use

Import
import { FileInputReact } from "file-input-react";
Render basic component
<FileInputReact />
Render component with props
<FileInputReact
    button="Submit"
    label="Upload file"
    hideInput
    handleChange={this.fileChangeHandler}
    handleSubmit={this.submitHandler}
/>

Home page

https://github.com/Official-Rahul/file-input-react

Github Repo

https://github.com/Official-Rahul/file-input-react

https://www.npmjs.com/package/file-input-react