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

[Feature request] Allow custom component when drag&dropping #103

Open nnavascues opened 1 year ago

nnavascues commented 1 year ago

Hi! I see in the documentation that the CSS of the component that renders when the drag&dropping state is enabled can be customized, but I believe it would be great if we could change the whole component (passing a React Component). Thanks!

saikishoretv commented 1 year ago

I am looking a solution for the same.