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 | 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) |
.is-entering / .is-exiting | Runtime states for the enter/exit animation |