Alerts

Alerts can be used to provide feedback messages to users. Different types of alerts are available for different types of messages.


Types of Alerts

Below are examples of different types of alerts. Add a .alert class a div to crea a default alert. The type of alert can be changed by adding differnt classes like .alert-primary, .alert-secondary, .alert-success, .alert-warning and .alert-danger. In the clert container there should be two divs with the following classes .alert-icon and .alert-content. If you dont want the icon you can remove the div with the class .alert-icon or keep the div empty.