Classes list
Every class Alert recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.alert | Base class — required |
.alert-icon | Optional leading icon, colored to match the intent |
.alert-content | Wraps the title/body/actions, grows to fill available width |
.alert-title / .alert-body | The bold headline and message body text |
.alert-actions | Row of action buttons under the message body |
.alert-dismiss | The dismiss (✕) button |
.action-dismiss | Behavior hook — wires the dismiss button into flickui.js |
.is-dismissing | Runtime state — fade-out applied while the alert is being removed |