cyntler / hamburger-react

Animated hamburger menu icons for React.js weighs only 1.5 KB.
https://hamburger-react.netlify.app
MIT License
974 stars 37 forks source link

Buttons do not have an accessible name #17

Closed antoniojps closed 4 years ago

antoniojps commented 4 years ago

This is a simple fix, pass the aria-label prop to the component.

Maybe something like this:

<Hamburguer aria-label="Open menu" />

Here's more information

Screenshot 2020-04-23 at 16 04 54

antoniojps commented 4 years ago

I just noticed that there's a label prop just for this!

Thank you!