Components
← All components

Toast

stimeo--toast

An accessible notification queue. Implements WAI-ARIA live regions, maximum limits, and pausing on hover/focus.

  • Core

The stimeo--toast controller implements highly accessible notification queues (WAI-ARIA live regions). When shown, a notification is appended to a list target. Delegated interactions pause auto-dismiss timers on hover or keyboard focus to comply with WCAG 2.2.1 (Timing Adjustable), and resume afterwards. Dynamic updates (e.g. Turbo Streams) are naturally handled via target lifecycle connections.

running

    Keyboard

    KeyAction
    Esc Immediately dismiss the focused toast item.
    Tab / Shift+Tab Move focus into the toast item to pause its timer.