Docs / Components
SenseConfirmPopupComponent
Anchored confirmation popup with accept/reject actions and service-driven API from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/confirm-popup (port 4202).
Overview
Category: Overlay. Selector: sense-confirm-popup. Import: import { SenseConfirmPopupComponent, SenseConfirmPopupService } from '@artificialsenselabs/ui';
Accessibility
- Popup exposes
role="alertdialog"with localized message and action labels. - Focus trap keeps tab order inside the panel while open.
- Positions above or below the trigger with arrow alignment and overlay dismiss.