Variable: DropDrawerTrigger
@arolariu/components / DropDrawerTrigger
Variable: DropDrawerTrigger
constDropDrawerTrigger: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
// was this page useful?