ruki-react-upload-box
v1.0.2
Published
Upload a media file or paste a media link this media uploader will allow you to retrieve uploaded data from your users very easily
Downloads
4
Readme
react-upload-box
Upload a media file or paste a media link this media uploader will allow you to retrieve uploaded data from your users very easily
Install
npm install --save react-upload-box
Usage
import React, { Component } from 'react'
import MyComponent from 'react-upload-box'
import 'react-upload-box/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Ruki