Components
← All components

Toast

stimeo--toast

Stacked notifications that reach screen readers and wait while the pointer is on them.

  • Core

Notifications stacked in a corner of the screen. Their arrival reaches screen readers. They clear themselves after a while, but never while the pointer is over one or focus is inside it, so nothing disappears mid-read. You can cap how many show at once, and past the cap the oldest one goes first. A notification inserted later by Turbo is treated exactly the same way. Their arrival never steals focus.

running

    Keyboard

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