Variable: PopoverTrigger
@arolariu/components / PopoverTrigger
Variable: PopoverTrigger
constPopoverTrigger:ForwardRefExoticComponent<Omit<PopoverTriggerProps,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/popover.tsx:93
Renders the popover trigger.
Remarks
- Renders a
<button>element by default - Built on Base UI Popover
- Supports the
renderprop for element composition
Example
<PopoverTrigger>Content</PopoverTrigger>
See
// was this page useful?