Bootstrap 5 Basic
Bootstrap 5 Flexbox
In Bootstrap 5, badges are small, count-like indicators that can be used to highlight new content, notifications, or additional information. They can be styled using classes and are often used with buttons, links, or standalone elements.
Badges support contextual color classes like bg-primary
, bg-secondary
, bg-success
, etc.
Try it yourself
To make badges rounded, use the rounded-pill
class.
Try it yourself
Badges can be used as links for clickable elements by adding the href
attribute.
Try it yourself
Badges are often paired with buttons to display counts or statuses.
Try it yourself