boom-file-upload
v1.1.1
Published
File Upload Handler. Whic will allow you to create file upload system with multiple file uploads by couple clicks and view for uploaded files.,
Downloads
2
Readme
boom-file-upload
The File Upload Handler will allow you to create a file upload system with the option of uploading multiple files in a couple of clicks and viewing them,
Install
npm install --save boom-file-upload
Usage
import React, { Component } from 'react'
import MyComponent from 'boom-file-upload'
import 'boom-file-upload/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © BoomTech