1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/pages/_docs/badges.md
2019-04-30 11:10:01 +02:00

1012 B

title
title
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 %}

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

Empty badges

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