Labels
Labels are formatted text tags for highlighted, informative information.
default labelprimary labelsecondary labelsuccess labelwarning labelerror label
Add the label
class to <span> or <small> elements.
You can add another class label-primary
, label-secondary
, label-success
, label-warning
and label-error
for colored labels.
<!-- normal labels -->
<span class="label">default label</span>
<span class="label label-primary">primary label</span>
Rounded labels
default labelprimary label
Add the label-rounded
class to have rounded labels.
<!-- rounded labels -->
<span class="label label-rounded label-primary">primary label</span>