Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight required contextual classes
Use .alert-{color}
to apply these variants
Use .alert-outline-{color}
to apply these variants
Use .alert-label-{color}
to apply these variants
Use the .alert-link
utility class to quickly provide matching colored links within any alert.
Alerts can also contain additional HTML elements like headings, paragraphs and dividers.
Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
You can insert an icon to an alert element. Put your icon into .alert-icon
and your content into .alert-content
class.
Using the alert javascript plugin, it’s possible to dismiss any alert inline. Enable dismissal of an alert via javascript: $('.alert').alert()
Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
Whenever you need to, be sure to use margin utilities to keep things nice and tidy.