Function: DropDrawerSubContent()
@arolariu/components / DropDrawerSubContent
Function: DropDrawerSubContent()
DropDrawerSubContent(
__namedParameters):Element
Defined in: components/ui/dropdrawer.tsx:1288
Renders the content region for a nested submenu.
Parameters
__namedParameters
React.ComponentProps<typeof DropdownMenuSubContent>
Returns
Element
Remarks
- Renders only in desktop dropdown mode
- Built on Base UI Menu submenu popup primitives
Example
<DropDrawerSubContent>
<DropDrawerItem>Details</DropDrawerItem>
</DropDrawerSubContent>
See
// was this page useful?