Alerts
These are the notification status examples for Encompass
A simple alert-success notification. Use this when a critical error has occurred i.e. problems
with
form submission. an example link
A simple alert-danger notification. Use this when a critical error has occurred i.e. problems
with
form submission. an example link
A simple alert-warning notification. Use this when a critical error has occurred i.e. problems
with form submission. an example link
A simple alert-info notification. Use this when a critical error has occurred i.e. problems
with
form submission. an example link
<div class="alert alert-success alert-dismissible fade show" role="alert">
A simple success alert—check it out!
</div>
<div class="alert alert-danger alert-dismissible fade show" role="alert">
A simple danger alert—check it out!
</div>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
A simple warning alert—check it out!
</div>
<div class="alert alert-info alert-dismissible fade show" role="alert">
A simple info alert—check it out!
</div>