about summary refs log tree commit diff
path: root/src/components/Menu/context.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add `Menu` component (#3097)Eric Bailey2024-03-051-0/+8
* Add POC menu abstraction * Better platform handling * Remove ignore * Add some menu items * Add controlled dropdown * Pass through a11y props * Ignore uninitialized context * Tweaks * Usability improvements * Rename handlers to props * Add radix comment * Ignore known type * Remove todo * Move storybook item * Improve Group matching * Adjust theming