mirror of
https://github.com/tabler/tabler.git
synced 2026-07-18 03:21:41 +04:00
1.0 KiB
1.0 KiB
title, menu
| title | menu |
|---|---|
| Badges | docs.badges |
A small count and labeling component. Please read the official Bootstrap documentation for a full list of options.
Default markup
{% example html %} {% for color in site.colors %} {{ color[0] }} {% endfor %} {% endexample %}
Pill badges
{% example html %} {% for color in site.colors %} {{ forloop.index }} {% endfor %} {% endexample %}
Soft badges
{% example html %} {% for color in site.colors %} {{ color[0] }} {% endfor %} {% endexample %}
Links
{% example html %} {% for color in site.colors %} {{ color[0] }} {% endfor %} {% endexample %}
Empty badges
{% example html %} {% for color in site.colors %} {% endfor %} {% endexample %}