Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
363 stars 60 forks source link

allow passing arguments to components #163

Open masayuki0109 opened 7 months ago

masayuki0109 commented 7 months ago

When using useCSVDownloaderComponent, it was not possible to pass arguments such as disabled, etc. Fixed so that common arguments can be passed to button and a tag.