Alert
Alerts are used to bring attention to a state that affects a system, feature or page.
Simple Alerts
Simple primary alert!
Simple secondary alert!
Simple success alert!
Simple danger alert!
Simple warning alert!
Simple info alert!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="alert alert-primary" role="alert">
Simple primary alert!
</div>
<div class="alert alert-secondary" role="alert">
Simple secondary alert!
</div>
<div class="alert alert-success" role="alert">
Simple success alert!
</div>
<div class="alert alert-danger" role="alert">
Simple danger alert!
</div>
<div class="alert alert-warning" role="alert">
Simple warning alert!
</div>
<div class="alert alert-info" role="alert">Simple info alert!</div>