Skip to main content
Overlay

Popover

Opens the sibling `<kj-popover-content [kjFor]>` panel. `kjTrigger="click"` (default) toggles on click; `kjTrigger="hover"` opens on hover intent and keeps the panel open while the pointer rests on it — and, because a hover popover may hold controls, it also opens on keyboard focus and on click (touch), so every input modality reaches the panel.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjPopoverTrigger } from '@kouji-ui/core';
04

Playground

#playground

Playground not yet wired for this component.