Preview
Popover is closed during SSR and needs the client runtime for positioning and dismissal. This server-rendered page does not imitate client behavior. Open the live playground.
Usage
Popover usage<Popover label="View options">Filter controls</Popover>API
Popover APIPopoverProps
| prop | type | notes |
|---|---|---|
| label | string | Accessible name; the trigger text unless `trigger` is given. |
| trigger? | RemixNode | Custom trigger content (glyphs get named by `label`). |
| variant? | BtnVariant | Trigger button look (quiet default — popovers are secondary chrome). |
| size? | BtnSize | |
| placement? | 'bottom-start' | 'bottom-end' | Panel corner relative to the trigger (default 'bottom-start'). |
| children? | RemixNode | Panel content. |
| disabled? | boolean | |
| mix? | MixInput |