1
0
Fork 0
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:
Mark Otto 2014-08-05 17:16:28 -07:00
parent 25d6824e6c
commit adefbf6ebe

View file

@ -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>