--- layout: default title: Buttons --- {% assign states = 'secondary dropdown-toggle,secondary,primary,danger' | split: ',' %} {% assign states-outlined = 'primary,danger,success' | split: ',' %}

Default buttons

{% for state in states %} {% endfor %}
{% for state in states %} {% endfor %}
{% for state in states %} {% endfor %}

{% for state in states %} {% endfor %}

{% for state in states %} {% endfor %}

Outlined buttons

{% for state in states-outlined %} {% endfor %}

{% for state in states-outlined %} {% endfor %}