0.0.3 • Published 8 years ago

react-upload v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.