Alerts

Alerts provide contextual feedback messages for typical user actions. Alerts are available for any length of text. To create an alert wrap the message you're trying to communicate to the user in a <div> </div> element and add classes alert to the element along with a required contextual class (alert-success, alert-info, alert-warning, alert-danger).

This is a success message.
This is an informational message.
This is a warning message.
This is an error, or more commonly refered to as a danger message.

Links

If the message you're alerting has a link in it (<a> element) then you can user the class alert-link to format it. In the example below I have used class alert-link inside of a <small> </small> element.

Designation is a mandatory field and must be populated.

Click here for additional detail

Dismissing alerts

It is possible to dismiss any alert inline by: