1.0.6 • Published 4 years ago

file-input-react v1.0.6

Weekly downloads
14
License
ISC
Repository
github
Last release
4 years ago

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

Npm link

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

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago