react-upload

0.0.3 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    3
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i react-upload

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • asabhaney
  • stevenyuen