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.

/react-upload/

    Package Sidebar

    Install

    npm i react-upload

    Weekly Downloads

    11

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • asabhaney
    • stevenyuen