Labels

Build labels with the class btn-label


Default Label

The basic styling of a label. Button labels DO NOT need the class btn.

Button Labels are build with btn-label and have modifiers, which are outlined below.

Default Label
<span class="btn-label">Default Label</span>

Label Button Modifiers

Add any of these modifiers to change the UI to a specific action.

Default Label Primary Label Success Label Info Label Warning Label Danger Label
<span class="btn-label">Default Label</span>
<span class="btn-label primary">Default Primary</span>
<span class="btn-label success">Success Label</span>
<span class="btn-label info">Info Label</span>
<span class="btn-label warning">Warning Label</span>
<span class="btn-label danger">Danger Label</span>