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

feat: add uploadedLabel option #137

Open Hudint opened 7 months ago

Hudint commented 7 months ago

Summary

I think it would be a nice feature when there is simple way to change the label after a file was uploaded. So I would add a uploadedLabel option to do exactly that :)

Key Changes Add "uploadedLabel" Option to drawDescription Add "uploadedLabel" Option to FileUploader Add "uploadedLabel" in Readme

Check List