Badges
Add any of the below mentioned modifier classes to change the appearance of a badge.
Add contextual class .badge-primary
Add contextual class .badge-secondary
Add contextual class .badge-success
Add contextual class .badge-info
Add contextual class .badge-danger
Add contextual class .badge-warning
Add contextual class .badge-light
Add contextual class .badge-dark
Use the .badge-pill
modifier class to make badges more rounded (with a larger border-radius
and additional horizontal padding
).
Use the .badge-outline
modifier class to make badges outline.
Badges can be used as part of links or buttons to provide a counter.
Badges scale to match the size of the immediate parent element by using relative font sizing and em
units.