Installation
Install the library:
$ npm i @brainhubeu/react-file-inputor
$ yarn add @brainhubeu/react-file-inputAnd then you can import FileInput component:
import FileInput from '@brainhubeu/react-file-input';
import '@brainhubeu/react-file-input/dist/react-file-input.css';You can find usage examples here