KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

Style modification of Label element #51

Closed ctmckee closed 2 years ago

ctmckee commented 2 years ago

Would be nice to be able to adjust default "min-width" style of the the Label element as a property of FileUploader. Or if suggestions on how to adjust any of the default styles of the Label, that would be much appreciated.

KarimMokhtar commented 2 years ago

Hi @ctmckee, Actually you can use the "classes" property and override the original styles. Thanks for using the library.