-
-
Notifications
You must be signed in to change notification settings - Fork 142
[menu][context menu] Add SubmenuRoot
part
#2042
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
Conversation
commit: |
✅ Deploy Preview for base-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
f132136
to
3d20d00
Compare
Bundle size reportTotal Size Change: 🔺+1.38KB(+0.09%) - Total Gzip Change: 🔺+381B(+0.08%) Show details for 41 more bundles@base-ui-components/react/context-menu parsed: 🔺+997B(+0.89%) gzip: 🔺+265B(+0.72%) |
05fb87f
to
5c59c32
Compare
5c59c32
to
4d3e099
Compare
7f6e3fb
to
23b3285
Compare
The Anatomy and Nested menu sections in the docs need an update. |
Closes #2038
Context Menu: https://deploy-preview-2042--base-ui.netlify.app/experiments/context-menu
Menu: https://deploy-preview-2042--base-ui.netlify.app/experiments/menu/complex-nesting
This allows
ContextMenu
to have aSubmenuTrigger
part as it disambiguates a submenu from a new but nested root menu. Also should address cases where a Dialog trigger is a Menu item, with a nested Menu inside.