Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 328 Bytes

TerkUI file uploader

A flexible React component for uploading files. Supports multiple files, progress feedback and upload / abort controls.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.