Components
← All components

Toast

stimeo--toast

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

The stimeo--toast controller implements highly accessible notification queues (WAI-ARIA live regions). When shown, a notification is appended to a list target. Auto-dismiss timers pause on hover (mouseenter) or keyboard focus (focusin) 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.