react-upload
v0.0.3
Published
A file input and upload component for React
Downloads
207
Readme
react-upload
A file input and upload component for React.
Installation
The easiest way to use react-upload is to install it from NPM and include it in your own React build process (using Browserify, Webpack, etc).
npm install react-upload --save
Usage
import React from 'react'
import ReactDOM from 'react-dom'
import Upload from './Upload'
ReactDOM.render(<Upload name="Jane" />, document.getElementById('container'));
Test
npm test
License
MIT. Copyright (c) 2016 Jared Reich.