0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/docs/components/badges.md
2014-07-11 22:34:47 -07:00

2.0 KiB

layout title
page Badges

Easily highlight new or unread items by adding a <span class="badge"></span> within links, Bootstrap navs, and more.

{% example html %} Inbox 42 {% endexample %}

Self collapsing

When there are no new or unread items, badges will simply collapse (via CSS's :empty selector) provided no content exists within.

Active nav

Built-in styles are included for placing badges in active states in pill navigations.

{% example html %}

{% endexample %}

Buttons

Like active nav links, badges in Bootstrap buttons automatically restyle to better blend into the background.

{% example html %} Large button 4 Button 4 Small button 4 Extra small 4 {% endexample %}