Skip to main content

Variable: DropDrawerTrigger

@arolariu/components


@arolariu/components / DropDrawerTrigger

Variable: DropDrawerTrigger

const DropDrawerTrigger: ForwardRefExoticComponent<DropDrawerTriggerProps & RefAttributes<HTMLButtonElement>>

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

Renders the control that opens the dropdown or drawer surface.

Remarks

  • Renders either a Base UI menu trigger or drawer trigger
  • Built on Base UI Menu and Drawer primitives

Example

<DropDrawerTrigger>Open menu</DropDrawerTrigger>

See

Base UI Drawer Docs

// was this page useful?