Alert
An alert displays a short, important message in a way that attracts the user's attention without
interrupting the user's task.
Simple alert
Simple Alerts can be created using the
alert class, followed by their respective
variant name (e.g. alert-primary).
Danger alert: There're some severe errors, fix them!
Primary alert: This is a primary alert.
Success alert: The code ran with 0 errors!
Info alert: You've got some friends nearby, connect with them!
Warning alert: This is a warning alert!
Outlined Alert
Outline alerts are created by using
alert class, followed by
variant-outline .
Danger alert: There're some severe errors, fix them!
Primary alert: This is a primary alert.
Success alert: The code ran with 0 errors!
Info alert: You've got some friends nearby, connect with them!
Warning alert: This is a warning alert!