Docs / Components
SensePopoverDirective
Anchored disclosure panel triggered by click from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/popover (port 4202).
Overview
Category: Overlay. Selector: [sensePopover]. Import: import { SensePopoverDirective } from '@artificialsenselabs/ui';
Hover hints belong on senseTooltip — popover is click-only and non-modal.
Accessibility
- Trigger exposes
aria-expandedandaria-haspopup="true". - Panel is a labeled disclosure (no
role="dialog", no focus trap). - Escape / outside click closes the panel; focus stays on / returns to the trigger.