Skip to content

Commit

Permalink
Updated label to tag in list-group example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameya Pandilwar committed Feb 11, 2016
1 parent 4ed5fa7 commit 8cd2778
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/components/list-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ The most basic list group is simply an unordered list with list items, and the p
</ul>
{% endexample %}

## Labels
## Tags

Add labels to any list group item to show unread counts, activity, etc.
Add tags to any list group item to show unread counts, activity, etc.

{% example html %}
<ul class="list-group">
<li class="list-group-item">
<span class="label label-default label-pill pull-xs-right">14</span>
<span class="tag tag-default tag-pill pull-xs-right">14</span>
Cras justo odio
</li>
<li class="list-group-item">
<span class="label label-default label-pill pull-xs-right">2</span>
<span class="tag tag-default tag-pill pull-xs-right">2</span>
Dapibus ac facilisis in
</li>
<li class="list-group-item">
<span class="label label-default label-pill pull-xs-right">1</span>
<span class="tag tag-default tag-pill pull-xs-right">1</span>
Morbi leo risus
</li>
</ul>
Expand Down

0 comments on commit 8cd2778

Please sign in to comment.