Documentation and examples for Angular badges, our small count and
labelling component.
Examples
Badges can be used as part of links or buttons to provide a counter.
Contextual variations
Add any of the below mentioned modifier classes to change the
appearance of a badge.
DefaultPrimarySecondaryInfoSuccessDangerWarning
Pill badges
Use the
.badge-pill
modifier class to make badges more rounded (with a larger
border-radius
and additional horizontal
padding).
Useful if you miss the badges from v3.
DefaultPrimarySecondaryInfoSuccessDangerWarning
Links
Using the contextual
.badge-*
classes on an
<a>
element quickly provide actionable badges with hover and
focus states.