Skip to main content

Function: DropDrawerSubContent()

@arolariu/components


@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

Base UI Menu Docs

// was this page useful?