diff --git a/docs/components.html b/docs/components.html index 463c2678e9..46b4fde49c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1252,16 +1252,22 @@
Easily highlight new or unread items by adding a <span class="counter">
to links, Bootstrap navs, and more.
Counters are used to indicator unread or new items. Add a <span class="counter">
to links, Bootstrap navs, and more.
-<a href="#">Inbox</a> <span class="counter">42</span> +<a href="#"> + Inbox + <span class="counter">42</span> +</a>+
When there are no new or unread items, counters will simply collapse (via CSS's :empty
selector) provided no content exists within.
Built-in styles are included for placing counters in active states in pill and list navigations.
-<a href="#">Inbox</a> <span class="counter">42</span> +<a href="#"> + Inbox + <span class="counter">42</span> +</a>+
When there are no new or unread items, counters will simply collapse (via CSS's :empty
selector) provided no content exists within.
Built-in styles are included for placing counters in active states in pill and list navigations.