Alerts
Provide contextual feedback messages for typical user actions with the available alert messages.
Example
This is a warning alert message with a text link
This is a neutral alert message with a text link
This is a custom alert message with a text link
<div class="alert alert-warning margin-b" role="alert">
<span class="alert-icon"></span>
<strong>This is a warning alert message with a <a>text link</a></strong>
</div>
<div class="alert alert-neutral margin-b" role="alert">
<span class="alert-icon"></span>
<strong>This is a neutral alert message with a <a>text link</a></strong>
</div>
<div class="alert alert-custom" role="alert">
<span class="alert-icon mu-icon-comments-solid"></span>
<strong>This is a custom alert message with a <a>text link</a></strong>
</div>