Skip to main content

Function: DropDrawerSeparator()

@arolariu/components


@arolariu/components / DropDrawerSeparator

Function: DropDrawerSeparator()

DropDrawerSeparator(__namedParameters): Element

Defined in: components/ui/dropdrawer.tsx:871

Renders a visual separator between desktop drop drawer sections.

Parameters

__namedParameters

React.ComponentPropsWithoutRef<typeof DropdownMenuSeparator>

Returns

Element

Remarks

  • Renders a separator only in desktop dropdown mode
  • Built on Base UI Menu separator primitives

Example

<DropDrawerSeparator />

See

Base UI Menu Docs

// was this page useful?