Loading page…
Loading page…
An anchored panel that morphs out of its trigger as a sharp square or chamfer — no soft goo by default. Fill inherits the trigger's active color when present, otherwise flips to the opposite light/dark scheme so the panel always contrasts with the page. Square silhouette, with a caret pointing back at the origin.
The live panel renders in a portal at <body> with a runtime-computed clip-path, so it cannot be pinned open inline. These replicas show the square contrast panel and gap geometry for both sides. The trigger carries data-state=open while its panel is out.
Coin selection
3 UTXOs · 0.245 000 00 BTC selected. Oldest coin first; change returns to a fresh address.
14px gap below the trigger.
Coin selection
3 UTXOs · 0.245 000 00 BTC selected. Oldest coin first; change returns to a fresh address.
Panel above; origin flips to bottom.
import { Popover, PopoverContent, PopoverTrigger } from "@coldharbor/webui";
<Popover side="bottom" align="start">
<PopoverTrigger>
<Button variant="secondary">3 inputs</Button>
</PopoverTrigger>
<PopoverContent>
<p>3 UTXOs · 0.245 000 00 BTC selected.</p>
</PopoverContent>
</Popover>--ch-popover-fill--ch-popover-ink--ch-fg--ch-bg--ch-focusClick (or hover, for the hover-mode specimen) to watch the sharp polygon morph. Escape or an outside click dismisses. The morph collapses to a fade under reduced motion.
<Popover trigger="hover" side="top" align="end" sideOffset={14} panelRadius={0}>
…
</Popover>--ch-popover-fill--ch-popover-ink--ch-fg--ch-bg--ch-focusRegression guard: every button variant, closed. The morph layer punches a hole in the shape of the real trigger, so a chamfered .ch-cut button must show both its cut corners with nothing painted over it. The static replicas above cannot catch this — they never mount the live morph layer at all.
Square trigger, both corners cut.
No --ch-cut-size of its own; falls back to --ch-radius-cut.
Larger chamfer: --ch-cut-size 0.75rem.
Pinned open on load — the only live view of the neck. Click outside to dismiss.
--ch-popover-fill--ch-popover-ink--ch-fg--ch-bg--ch-focusOpen panel replica beneath its trigger, under all three layers.
Coin selection
3 UTXOs · 0.245 000 00 BTC selected. Oldest coin first; change returns to a fresh address.
--ch-popover-fill--ch-popover-ink--ch-fg--ch-bg--ch-focus