Package Exports
- react-files
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-files) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-files
A file input (dropzone) management component for React.
Installation
Install from NPM and include it in your own React build process (using Browserify, Webpack, etc).
npm install react-files --save
Usage
import React from 'react'
import ReactDOM from 'react-dom'
import Files from './Files'
ReactDOM.render(<Files name="Jane" />, document.getElementById('container'));
Test
npm test
License
MIT. Copyright (c) 2016 Jared Reich.