Variable: DropdownMenuSub
@arolariu/components / DropdownMenuSub
Variable: DropdownMenuSub
constDropdownMenuSub: typeofBaseMenu.SubmenuRoot&object=BaseMenu.SubmenuRoot
Defined in: components/ui/dropdown-menu.tsx:206
Coordinates the dropdown menu sub.
Type Declaration
displayName?
optionaldisplayName?:string
Remarks
- Delegates structure and state to the underlying Base UI primitive
- Built on Base UI Menu
- Preserves the underlying primitive API for advanced composition
Example
<DropdownMenuSub>Content</DropdownMenuSub>
See
// was this page useful?