Function: Popover()
@arolariu/components / Popover
Function: Popover()
Popover(
props):ReactElement
Defined in: components/ui/popover.tsx:74
Coordinates popover state and accessibility behavior.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Delegates structure and state to the underlying Base UI primitive
- Built on Base UI Popover
- Preserves the underlying primitive API for advanced composition
Example
<Popover>Content</Popover>
See
// was this page useful?