Function: PopoverAnchor()
@arolariu/components / PopoverAnchor
Function: PopoverAnchor()
PopoverAnchor(
props):ReactElement
Defined in: components/ui/popover.tsx:129
Renders the popover anchor.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<div>element by default - Built on Base UI Popover
- Supports the
renderprop for element composition
Example
<PopoverAnchor>Content</PopoverAnchor>
See
// was this page useful?