react-image-file-upload
v1.0.4
Published
A library to upload an image
Downloads
19
Readme
react-image-upload
A library to upload an image
Install
npm install --save react-image-upload
Usage
import React, { Component } from 'react'
import MyComponent from 'react-image-upload'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © Daavidaviid