-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I've been using this package for a while and I've got no complaints; it's awesome 🔥
Would it be possible to add a controls prop to the hamburgers? It would provide more context to screen readers about the actual item the hamburger is controlling.
I've been working around this with this hack:
useEffect(() => {
const menu = document.querySelector(".hamburger-react");
menu.setAttribute("aria-controls", "primary-navigation");
}, []);
If it is possible, can I be assigned to the task?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request