Skip to main content
Data display

Overflow

The panel a collapsing group (`kj-tag-list`, `kj-avatar-group`) opens from its "+N" chip: the consumer's `kjOverflowContent` template when one is projected, otherwise a plain list of the collapsed items' labels. Owns the keyboard story the hover trigger cannot: `focusFirst()` moves focus into the panel (the chip calls it on ArrowDown / Enter), Escape inside the panel returns focus to the chip, and focus leaving the panel closes it.

03

Import

#import

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

import { KjOverflowPanelComponent } from '@kouji-ui/components';
04

Playground

#playground

Playground not yet wired for this component.