1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 06:24:38 +04:00
Files
tabler/pages/_docs/badges.md
T
2019-12-08 19:17:51 +01:00

999 B

title, menu, done
title menu done
Badges docs.badges true

A small count and labeling component. Please read the official Bootstrap documentation for a full list of options.

Default markup

{% example %} {% for color in site.colors %} {{ color[0] }} {% endfor %} {% endexample %}

Pill badges

{% example %} {% for color in site.colors %} {{ forloop.index }} {% endfor %} {% endexample %}

Soft badges

{% example %} {% for color in site.colors %} {{ color[0] }} {% endfor %} {% endexample %}

{% example %} {% for color in site.colors %} {{ color[0] }} {% endfor %} {% endexample %}

Empty badges

{% example %} {% for color in site.colors %} {% endfor %} {% endexample %}