Classes list
Every class Toast recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.toast-region | The fixed-position stacking container (one per screen position, created on demand) |
.toast-region-{position} | Anchors the region to a screen corner/edge |
.toast | Base class on each notification |
.toast-icon | Icon matching the toast's variation |
.toast-content / .toast-title / .toast-body | Wraps and renders the headline/message text |
.toast-action | Slot for an optional inline action element |
.toast-dismiss | The dismiss (✕) button |
.toast-progress | Optional auto-hide progress bar (animates over the toast's duration) |
.action-dismiss | Behavior hook on the dismiss button |
.is-entering / .is-exiting | Runtime states for the enter/exit animation |
.is-paused | Pauses the .toast-progress bar animation when applied (e.g. on hover) — a toast-specific mechanism, distinct from the animation library's generic .is-paused utility |