--- title: Badges page-header: Badges page-menu: base.badges layout: default permalink: badges.html --- {% assign colors = "" | split: "," %} {% assign colors = colors | push: "default" %} {% for color in site.colors %} {% assign colors = colors | push: color[0] %} {% endfor %} {% assign colors = colors | push: "dark" | push: "light" %}

Example heading New

Example heading New

Example heading New

Example heading New

Example heading New
Example heading New

Badge sizes

{% assign sizes = "sm,md,lg" | split: "," %} {% for size in sizes %}
Default {% include "ui/icon.html" icon="check" %} Left icon Right icon{% include "ui/icon.html" icon="arrow-right" %} {% include "ui/icon.html" icon="star" type="filled" %}
{% endfor %}

Positioned badges

Basic badges

{% for color in colors %} {{ color | uc_first }} {% endfor %}

Light badges

{% for color in colors %} {{ color | uc_first }} {% endfor %}

Outline badges

{% for color in colors %} {{ color | uc_first }} {% endfor %}

Badges with icons

{% for color in colors %} {% include "ui/icon.html" icon="star" type="filled" %} {{ color | uc_first }} {% endfor %}
{% include "ui/dropdown-menu.html" show=true badge=true arrow=true %}
{% for color in colors %} {% endfor %}
{% for color in colors %} {% endfor %}
{% for color in colors %} {% endfor %}