---
title: Badges
menu: docs.badges
done: true
---
A small count and labeling component. Please read the [official Bootstrap documentation](https://getbootstrap.com/docs/4.3/components/badge/) 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 %}
### Links
{% example %}
{% for color in site.colors %}
{{ color[0] }}
{% endfor %}
{% endexample %}
### Empty badges
{% example %}
{% for color in site.colors %}
{% endfor %}
{% endexample %}