Alert
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
Do you know the latest update of 2022? Our roadmap is alive for future updates.
Debi Cakar commented on Ecosystem and conservation
1m agoEdward Adams invite you to Prototyping
9h agoRichard Charles mentioned you in UX Basics Field
13h agoYou swapped exactly 0.230000 ETH for 28,031.99
17h agoProvide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
Alerts are available for any length of text, as well as an optional close button. For proper styling, use one of the eight required contextual classes (e.g., .alert-success
). For inline dismissal, use the alerts JavaScript plugin.
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.
Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
Similarly, you can use flexbox utilities to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles.
Need more than one icon for your alerts? Consider using more icons and making a local SVG sprite like so to easily reference the same icons repeatedly.
Using the alert JavaScript plugin, it’s possible to dismiss any alert inline. Here’s how:
.alert-dismissible
class, which adds extra padding to the right of the alert and positions the close button.data-bs-dismiss="alert"
attribute, which triggers the JavaScript functionality. Be sure to use the <button>
element with it for proper behavior across all devices..fade
and .show
classes.