Update page.mdx

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-04-14 11:31:15 +02:00
parent 4f696087e1
commit f6745b7c5d
@@ -82,6 +82,8 @@ A list of actions in a dropdown, enhanced with keyboard navigation.
### Menu.Root
Groups all parts of the menu. Doesn't render its own HTML element.
<PropsTable data={menuRootPropDefs} />
### Menu.Trigger
@@ -95,10 +97,14 @@ using the `render` prop to render a custom trigger.
### Menu.Positioner
Positions the menu popup against the trigger. Renders a `<div>` element.
<PropsTable data={menuPositionerPropDefs} />
### Menu.Item
An individual interactive item in the menu. Renders a `<div>` element.
<PropsTable data={menuItemPropDefs} />
## Examples