1.0.0 • Published 1 month ago

multiplefileuploader v1.0.0

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:

Multiple file upload support Progress tracking for individual files Overall progress indicator Ability to remove uploaded files

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

npm install multipleFileUploader

or

npm install file-uploader-react-component

Usage

import React from "react"; import FileUploader from "multipleFileUploader";

function App() { return (

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

); }

export default App;

Certainly! Here's a brief README for your library based on the provided Main component code:

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

Multiple file upload support Progress tracking for individual files Overall progress indicator Ability to remove uploaded files Installation You can install the file-uploader-react-component package via npm or yarn:

bash Copy code npm install file-uploader-react-component or

bash Copy code yarn add file-uploader-react-component Usage jsx Copy code import React from "react"; import Main from "file-uploader-react-component";

function App() { return (

<div className="App">
  <Main />
</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.0

1 month ago