This website requires JavaScript.
Explore
Help
Sign In
DEV
/
material-components_material-web
Watch
1
Star
0
Fork
0
You've already forked material-components_material-web
mirror of
https://github.com/material-components/material-web.git
synced
2026-03-09 00:09:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
menu
History
Joy Zhong
f305806955
feat(menu): Implement menu theming API. Use menu surface/list/list item
theme()
mixins to style subcomponents.
...
PiperOrigin-RevId: 468705317
2022-08-19 08:15:55 -07:00
..
lib
feat(menu): Implement menu theming API. Use menu surface/list/list item
theme()
mixins to style subcomponents.
2022-08-19 08:15:55 -07:00
harness.ts
feat(menu): Add
aria-label
support in menu, and set
role=menu/menuitem
for menu and menu item components.
2022-08-09 07:58:41 -07:00
menu_test.ts
fix(menu): Fix focus management bugs (TAB on menu item closes menu without restoring focus to anchor element, on menu open, menu respects focusState option (first item, last item, or list root).
2022-08-11 08:12:17 -07:00
menu-item.ts
feat(menu): Add
aria-label
support in menu, and set
role=menu/menuitem
for menu and menu item components.
2022-08-09 07:58:41 -07:00
menu.ts
feat(menu): Add initial menu base component class.
2022-07-26 12:40:08 -07:00