Badge
Documentation and examples for badges, our small count and labeling component.
Example
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.
Default Primary Secondary Info Success Danger Warning
Pill badges
Use the pill
prop to make badges more rounded (with a larger border-radius and additional horizontal padding).
Useful if you miss the badges from v3.
Default Primary Secondary Info Success Danger Warning
Links
Using the contextual badge component
together with the tag
prop in order to switch to your desired html element.
Providing tag="a"
will transform the badge into an anchor
with hover and focus states.