Feedback
Alert
An alert (or snackbar, toast message, etc.) component. Used to display feedback to the user after an action, but also to emphasise an element on a page (for a notice for instance).
Elements
The component is composed of multiple elements:
alert
the wrapperalert__title
main text of the alertalert__subtitle
smaller text below the title (optional)alert__close
close icon (use only for toast messages)
Alert title
Alert content
Properties
Add classes to the wrapper class to change the style of the component.
Color
Changes the color to convey the severity of the alert.
class="alert alert--success"
Success
Alert content
class="alert alert--info"
Info
Alert content
class="alert alert--warning"
Warning
Alert content
class="alert alert--error"
Error
Alert content
Notice
Add the following class to override the default absolute positioning to display the alert in the content.
class="alert alert--success alert--notice"
Notice
Alert content
Bar
Add the following class to override the default absolute positioning to display the alert as a bar at the bottom of the page. This variant does not have an icon.
class="alert alert--success alert--bar"
Dense
Make the alert component smaller (eg. if it is used for a form notice).
class="alert alert--success alert--dense"
Dense
Alert content
No icon
Remove the icon left of the alert.
class="alert alert--success alert--noIcon"
No icon
Alert content