Appearance
Function: UiPopover()
ts
function UiPopover(__namedParameters: UiPopoverProps): Element | null;Defined in: src/UI/components/Popover.tsx:35
Experimental
Renderer-side wrapper for Popover. Adds dynamic hidden/disabled, async children, and name-based state binding for the open state.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | UiPopoverProps |
Returns
Element | null