Alert
Also known as: Notification, Message box, Banner
Resources
Properties
Property | Values | Default |
---|---|---|
Has start icon Boolean | true | false | true |
Start icon InstanceSwap | Any icon | alert-02-filled |
Title Text | string | Alert title |
Has content Boolean | true | false | true |
Content Text | string | Alert content |
Has action Boolean | true | false | true |
Has dismiss Boolean | true | false | true |
When to use
When users need to be informed about important changes, warnings or confirmations in a clear and non-intrusive way.
When the message is relevant to the surrounding content and should be noticed without blocking user interaction.
If the message requires immediate attention or blocks user progress, use dialog instead.
If the information is persistent and should remain visible at all times.