Alert
Alerts display brief, important messages to attract the user's attention without interrupting their workflow.
Variants
This is a standard informational alert.
Your changes have been saved successfully.
Please review before continuing.
Something went wrong. Please try again.
A general-purpose message with no specific sentiment.
Closable
With Duration
Usage
<sl-alert variant="success" open closable>
<sl-icon slot="icon" name="check2-circle"></sl-icon>
Your changes have been saved.
</sl-alert>