Label
CSS
Classes for form control labels.
Classes
CSS Class | Host Element(s) | Type | Description | Required |
---|---|---|---|---|
.label | span | Indicates this element is a label | true | |
.label-info | span | Sets the status to info | false | |
.label-success | span | Sets the status to success | false | |
.label-warning | span | Sets the status to warning | false | |
.label-danger | span | Sets the status to danger/error | false | |
.clickable | span | Indicates that the label is clickable | false | |
.label-blue | span | Colors the label blue | false | |
.label-orange | span | Colors the label orange | false | |
.label-light-blue | span | Colors the label light blue | false |