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

Add aria-label for accessibility #13

Closed kikoanis closed 4 years ago

kikoanis commented 4 years ago

You could add it as a prop that can be set by the developer or you could set with a default value. I know I could contain in another wrapper that has accessibility attributes, but it would be easier if it's already embedded in.

Great library BTW

luukdv commented 4 years ago

Good one, I'll take a look at it. Thanks!