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
364 stars 61 forks source link

Remove/Edit styles to customize div #73

Open gerrysaporito opened 3 years ago

gerrysaporito commented 3 years ago

Hi,

So I am trying to manipulate the look of the dropzone to fit our sites current theme but I can't manage to do it because the styles are being applied inline. It would be helpful to have a way to customize the dropzone

rather than the .

Hopefully this can be an easy fix.

Thanks

Stoneshishang commented 3 years ago

Hello @Bunlong , I love React-Papaparser. but I'm having difficulties to fully customize it, even though you provided a link for it. for example, I would like to move the remove button to the right side of the box and inline with the fileName. then I with to make the file size inline with the file name as well. how can I do these? Please help.