Skip to content
kapable

Popover

Actions · 1 export · v0.1.0 · showcase

Generic anchored panel with light dismissal and focus return.

Browse 72 component families

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 API

PopoverProps

Popover props
proptypenotes
labelstringAccessible name; the trigger text unless `trigger` is given.
trigger?RemixNodeCustom trigger content (glyphs get named by `label`).
variant?BtnVariantTrigger 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?RemixNodePanel content.
disabled?boolean
mix?MixInput

More in Actions

More in Actions