Docs / Components

SenseToastComponent

Transient notification region driven by SenseToastService from @artificialsenselabs/ui.

Live demo: run nx serve showcase and open /components/toast (port 4202).

Overview

Category: Display. Selector: sense-toast. Import: import { SenseToastComponent, SenseToastService } from '@artificialsenselabs/ui';

Accessibility

  • Region exposes aria-label for the toast stack.
  • Severity chooses alert vs status live region semantics.
  • Closable toasts provide an accessible dismiss control.