Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 385 Bytes

File metadata and controls

28 lines (17 loc) · 385 Bytes

React file upload

image file upload and preview

Demo

http://braavos.me/react-file-upload/

Usage

use default uploader

import {Uploader} from 'react-file-upload';

use drop zone uploader

import {DropUploader} from 'react-file-upload';

import style

import style from 'react-file-upload/css/upload.less'