Alerts

Alerts are used to make users aware of important information related to their current activity.

Alerts without close button

Five types of alerts are available such as primary, secondary, success, danger, and warning. alert-box is a common class for all types of alerts and by adding classes like alert-primary, alert-secondary, alert-success, alert-danger, alert-warning you can have different types of alerts.

A primary alert example
A secondary alert example
A success alert example
A danger alert example
A warning alert example

Alerts with close button

You can add a close button to alerts. Use alert-close-btn class on the button element.

A warning alert example