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.
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjPopoverTrigger } from '@kouji-ui/core';Playground
#playgroundPlayground not yet wired for this component.