1.0.6 • Published 5 years ago

file-input-react v1.0.6

Weekly downloads
14
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago