Alert

An alert is used to show an important message to the user without inteferring in the user's activity.

Examples

Alerts are available of 2 types: normal alerts and outlined alerts.Both of them comes with different color schemes, they are alert__primary, alert__secondary, and alert__success, alert__error. (e.g class="alert alert__primary").

Demo

Primary alert Example!
Primary alert Example!
Secondary alert Example
Success alert Example
Error alert Example
Primary outlined alert message
Secondary outlined alert message
Error outlined alert message
Success outlined alert message

Javascript