Variable: PopoverContent
@arolariu/components / PopoverContent
Variable: PopoverContent
constPopoverContent:ForwardRefExoticComponent<Omit<PopoverContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/popover.tsx:158
Renders the popover content.
Remarks
- Renders a
<div>element by default - Built on Base UI Popover
- Supports the
renderprop for element composition
Example
<PopoverContent>Content</PopoverContent>
See
// was this page useful?