Simple alerts
Create alerts by simply using a div with the class alert-success
, alert-info
, alert-primary
, alert-warning
or alert-danger
.
Success! The file was uploaded successfully!
Info! We need to verify your e-mail address!
Primary! A new version of the system is available!
Warning! Your account is gonna expire in one week!
Danger! An error happened while proccessing your request!
Dismissible alerts
To create a dismissible alert, add a checkbox
right before the alert, with the class alert-dismiss
. This checkbox will be hidden, and when it is checked, the alert will be hidden too.
The alert bellow uses a label
styled as a button to check the input
and hide the alert. Try it:
Primary! A new version of the system is available!