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): adding aria-label, aria-describedby, role #120

Open rjsdnql123 opened 1 year ago

rjsdnql123 commented 1 year ago

Summary

[What does this PR introduce?]

Set to receive as a prop

It's in the request, and I need it.

https://github.com/KarimMokhtar/react-drag-drop-files/issues/87

Key Changes

aria-label, enabling aria-deservedby to be received as props

as is

https://github.com/KarimMokhtar/react-drag-drop-files/assets/61114705/013b2932-005b-4131-a7f1-23aea16ffbc9

to be

https://github.com/KarimMokhtar/react-drag-drop-files/assets/61114705/a6700ebc-584e-49e0-9651-9a5842283cd6

Check List

rjsdnql123 commented 1 year ago

@KarimMokhtar Can you check it out?😀