Users need to be aware of important information related to their current activity.
Types:
<div class="alert alert-info">
<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<i class="alert-icon-info alert-icon"></i> Press the <strong>'A'</strong> key to automatically assign a case.
</div>
<div class="alert alert-success">
<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<button class="btn btn-sm btn-link alert-link pull-right">Undo</button>
<i class="alert-icon-success alert-icon"></i> Case assigned to <strong>Jerry</strong>.
</div>
<div class="alert alert-success">
<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<i class="alert-icon-success alert-icon"></i> Case assigned to <strong>Jerry</strong>.
</div>
<div class="alert alert-warning">
<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<i class="alert-icon-warning alert-icon"></i> There are more than <strong>10</strong> cases assigned to <strong>John</strong>.
</div>
<div class="alert alert-danger">
<button class="btn btn-sm btn-link alert-link pull-right">Retry</button>
<i class="alert-icon-danger alert-icon"></i> There was a network error assigning case <strong>90/934,382</strong>.
</div>
<div class="alert alert-danger">
<i class="alert-icon-danger alert-icon"></i> Please fix the 3 errors.
</div>
Users need to be aware of important information related to the system.
Types:
<div class="toast-list">
<div class="toast toast-warning">
<div class="toast-content">
<button type="button" class="close">
<span>×</span>
</button>
<span>Case 90/842,381 is due tomorrow.</span>
</div>
<div class="toast-actions">
<button type="button" class="btn btn-link">View case</button>
<button type="button" class="btn btn-link">Snooze <span class="caret"></span></button>
</div>
</div>
</div>