Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyfloor/react-file-upload
react file uploader
https://github.com/flyfloor/react-file-upload
component file-upload react
Last synced: 3 months ago
JSON representation
react file uploader
- Host: GitHub
- URL: https://github.com/flyfloor/react-file-upload
- Owner: flyfloor
- License: mit
- Created: 2016-02-17T07:11:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T18:06:51.000Z (over 7 years ago)
- Last Synced: 2024-10-13T14:56:35.353Z (3 months ago)
- Topics: component, file-upload, react
- Language: JavaScript
- Homepage: http://braavos.me/react-file-upload
- Size: 101 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React file upload
image file upload and preview
### Demo
http://braavos.me/react-file-upload/### Usage
#### use default uploader
```javascript
import {Uploader} from 'react-file-upload';
```#### use drop zone uploader
```javascript
import {DropUploader} from 'react-file-upload';
```import style
```javascript
import style from 'react-file-upload/css/upload.less'
```