Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Menu shelves #308

Open
NickDJM opened this issue Apr 10, 2024 · 0 comments
Open

Feat: Menu shelves #308

NickDJM opened this issue Apr 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NickDJM
Copy link
Owner

NickDJM commented Apr 10, 2024

Summary

Menu shelves/drawer menus have been super popular with clients lately. It would be nice to support them.

This most likely wouldn't be an out-of-the-box thing. It probably would need to be a separate package. I foresee something like:

new AccessibleMenuShelf({
  shelfElement: <HTMLElement>,
  shelfController: <HTMLElement>,
  menus: <DisclosureMenu[],Menubar[],TopLinkDisclosureMenu[],Treeview[]>,
});

Could have multiple menus in it and have some event listeners to allow keyboard shortcuts to move between multiple menus? I'm not 100% sold on that particular feature, but still.

Solution

TBD

Alternatives

TBD

@NickDJM NickDJM added the enhancement New feature or request label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant