Gazook89
612614fa12
menu items dismiss menu on click by default
...
Unless a menu item has the `no-dismiss` attribute (set to either `''` or `'true'`), clicking a menu item will dismiss the menu. Clicking a submenu trigger will not dismiss the menu.
The `no-dismiss` attribute must take a string, either empty or `'true'` because react doesn't allow boolean custom attributes.
2026-05-27 22:21:28 -05:00
Gazook89
d368e53b30
add some comments
2026-04-26 10:44:52 -05:00
Gazook89
5b11827c56
fix disabled attribute
2026-04-25 23:33:04 -05:00
Gazook89
d686c78fdf
fix oddbird polyfill so custom properties are used correctly
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-25 22:16:25 -05:00
Gazook89
359d87440b
add oddbird polyfill - not quite working
...
Not quite working yet. polyfill is loaded, but positioned elements are spanning whole viewport. Parking this for now.
2026-04-24 22:06:52 -05:00
Gazook89
87ed5d107d
add jsdoc documentation.
2026-04-24 20:32:05 -05:00
Gazook89
c0c4db95a4
remove id attribute from component
2026-04-24 10:19:16 -05:00
Gazook89
904b14af19
icons in triggers and menus are aligned.
2026-04-23 22:52:39 -05:00
Gazook89
992b72ee6f
empty menus styled as disabled
2026-04-23 22:17:52 -05:00
Gazook89
8bebbdac5d
restore styling to work with new structure.
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 22:10:51 -05:00
Gazook89
4f953da0fe
caret menu indicators work, point correct direction
2026-04-23 10:54:27 -05:00
Gazook89
2232d5265f
Add basic nesting dropdown component
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 10:21:52 -05:00