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

Option to change uploaded text #53

Closed syllith closed 2 years ago

syllith commented 2 years ago

Hello, great job with this. Could you please add an option to change the text "Uploaded Successfully!. Upload another?". There are options to change everything else, but not this it seems.

KarimMokhtar commented 2 years ago

@syllith Actually it's too customized so you could use the option of passing a "children" with the design you would like. we may add this feature in the future but if you would like to contribute by adding it we gonna be very happy. Thanks.