Badges
Set Theme Color
Icon Border Stroke
Layout Section Light/Dark
More App Settings
Badges
Badges scale to match the size of the immediate parent element by using relative font sizing and em units. As of v5, badges no longer have focus or hover styles for links.
<h1>Example heading <span class="badge bg-secondary">New</span></h1>
<span class="badge d-flex align-items-center p-1 pe-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-pill">
<img class="rounded-circle me-1" src="../assets/images/xs/avatar1.jpg" alt="" width="24" height="24">Primary
</span>
<span class="badge d-flex p-2 align-items-center bg-primary rounded-pill">
<span class="px-1">Primary</span>
<a href="#"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"></use></svg></a>
</span>
Example heading New
Example heading New
Example heading New
Example heading New
Example heading New
Example heading New
Buttons
Badges can be used as part of links or buttons to provide a counter.
Positioned
Use utilities to modify a
.badge
and position it in the corner of a link
or button.
Background colors
Use our background utility classes to quickly
change the appearance of a badge. Please note
that when using Bootstrap’s default
.bg-light
, you’ll likely need a text color utility
like
.text-dark
for proper styling. This is because
background utilities do not set anything but
background-color
.
Pill badges
Use the
.rounded-pill
utility class to make badges more
rounded with a larger
border-radius
.