Alert
Status banner for inline feedback
Alert
Inline status banner for contextual feedback.
Basic Usage
Alert Variants
Info / Success / Warning / Error.
Demo will load when visible.
Interaction Contract
Alert renders with role="alert", uses the shared TxIcon renderer for semantic leading icons, and emits close only from the close button. Set closable=false for persistent alerts, or showIcon=false for text-only banners.
API (Lite)
| Property | Type | Default | Description |
|---|---|---|---|
| type | infosuccesswarningerror | Visual intent | |
| title | Alert title | ||
| message | Alert message | ||
| closable | Show close button | ||
| showIcon | Show leading icon |