Artsy UI

v1.0
Home Docs

Alert

Alerts are used to attract user's attention for important information without interrupting the user's flow.

Examples

We have 4 types of alerts. Different colors of alert signify different.

Check code below to copy the html part as is.

A primary alert example!!!!
A success alert example!!!!
A danger alert example!!!!
A warning alert example!!!
<div class="alert alert-primary">
    <!-- icon --> <!-- text -->
    </div>
  <div class="alert alert-success">
     <!-- icon --> <!-- text -->
    </div>
  <div class="alert alert-danger">
     <!-- icon --> <!-- text -->
    </div>
  <div class="alert alert-warning">
     <!-- icon --> <!-- text -->
    </div>