Alerts
Alerts are used to provide users with important information or messages
Basic Alert
Basic alert can be added using the .alert class. You can add different state to the alert by adding a variant class to the base class using .alert--variant. The variant available are info, success, warning and error.
Alert: This is default alert
Info: This is info alert
Success: This is success alert
Error: This is an error alert
Warning: This is warning alert
Outlined Alert
Outlined alert can be added using the .outline--variant class with the base .alert class.
Default: This is default outlined alert
Info: This is info outlined outlined alert
Sucess: This is success outlined alert
Error: This is warning outlined alert
Warning: This is warning outlined alert