1.0.3 • Published 1 month ago

@ma_ri_os/multiple-file-uploader v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

File Uploader React Component

This library provides a reusable React component for uploading files with progress tracking. It includes features such as:

  1. Multiple file upload support
  2. Progress tracking for individual files
  3. Overall progress indicator
  4. Ability to remove uploaded files

Installation

You can install the file-uploader-react-component package via npm or yarn:

npm install multiple-file-uploader

or

npm install multiple-file-uploader

Usage

import React from "react"; import FileUploader from "multiple-file-uploader";

function App() { return (

<div className="App">
  <FileUploader />
</div>

); }

export default App;

Props

The component currently doesn't accept any props.

Example

For a more comprehensive example and customization options, please refer to the source code.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago