Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```