file-input-react

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i file-input-react

Weekly Downloads

3

Version

1.0.6

License

ISC

Unpacked Size

8.63 kB

Total Files

3

Last publish

Collaborators

  • official-rahul