mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
copy on badges
This commit is contained in:
parent
25d6824e6c
commit
adefbf6ebe
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ layout: page
|
|||
title: Badges
|
||||
---
|
||||
|
||||
Easily highlight new or unread items by adding a `<span class="badge"></span>` within links, Bootstrap navs, and more.
|
||||
Badges are indicators for new or unread activity and include support for the active states of our [navigation components](/components/navs/), links, buttons, and more.
|
||||
|
||||
{% example html %}
|
||||
<a href="#">Inbox <span class="badge">42</span></a>
|
||||
|
|
Loading…
Reference in a new issue