1.9.1 • Published 1 year ago

@deepalilodhi/react-bulk-upload-1 v1.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@deepalilodhi/react-bulk-upload-1

A versatile React component for uploading CSV files with a user-friendly interface, supporting both button click and drag-and-drop functionalities.

Installation

Install the package using npm:

npm install @deepalilodhi/react-bulk-upload-1@1.9.0
  • Supportive package
npm install axios
npm install react-dropzone

Usage

Import the Button component in your React application:

import { Button } from '@deepalilodhi/react-bulk-upload-1';
<Button buttonName={'Upload'} uploadUrl={"/bulkupload/ops-tool-upload"}/>

Features

  • User-Friendly Interface: Provides an intuitive button for file upload.
  • Drag-and-Drop Support: Allows users to drag and drop files into the designated area.
  • Customizable: Easily customize the button text and define the upload URL.
  • Example

Props

  • buttonName (required) Type: string Description: The text to be displayed on the upload button.
  • uploadUrl (required) Type: string Description: The URL where the uploaded file will be sent.

Contributing

Feel free to contribute by opening issues or submitting pull requests on @deepalilodhi/react-bulk-upload-1. Please follow our Contribution Guidelines.

License

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

1.9.1

1 year ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

5.11.0

2 years ago

5.10.0

2 years ago

5.9.0

2 years ago

5.8.0

2 years ago

5.7.0

2 years ago

5.6.0

2 years ago

5.5.0

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago