everweij / react-laag

Hooks to build things like tooltips, dropdown menu's and popovers in React
https://www.react-laag.com
MIT License
907 stars 47 forks source link

Accessibility Features? #17

Closed pebcakerror closed 3 years ago

pebcakerror commented 4 years ago

Does this library have accessibility features similar to downshift and react-beautiful-dnd that were mentioned in the introductory block post?

everweij commented 4 years ago

Hi Jonathan, I'm afraid react-laag currently has no real accessibility features such as aria-labels and keyboard navigation. I plan to add this in a future release. For the time being you could use downshift's useSelect for menu's, or add some aria-* stuff manually (sorry, not ideal I know).

I will leave this issue open for now. If you have any other questions, please let me know.