--- title: Buttons done: true ---

{% include ui/button.html text="Button" %} {% include ui/button.html text="Button value" %} {% include ui/button.html text="Button" color="primary" %} {% include ui/button.html text="Button" color="secondary" %} {% include ui/button.html text="Button" color="green" %} {% include ui/button.html text="Button" color="teal" %} {% include ui/button.html text="Button" color="yellow" %} {% include ui/button.html text="Button" color="dark" %} {% include ui/button.html text="Button" color="red" link=true %} {% include ui/button.html text="Button" color="red" disabled=true %} {% include ui/button.html text="Button" link=true %} {% include ui/button.html text="Button" link=true class="text-danger" %}

{% include ui/button.html text="Button" color="red" square=true %} {% include ui/button.html text="Button" color="red" pill=true %} {% include ui/button.html text="Button" color="red" pill=true outline=true %} {% include ui/button.html text="Button" color="red" outline=true %} {% include ui/button.html text="Button" color="twitter" icon="twitter" %} {% include ui/button.html color="facebook" icon="facebook" %} {% include ui/button.html color="github" icon="github" %}

{% include ui/button.html text="Button" color="red" size="lg" %} {% include ui/button.html text="Button" color="red" size="sm" %}

{% include ui/button.html text="Button" block=true color="primary" %} {% include ui/button.html text="Button" block=true color="secondary" %}

{% include ui/avatar.html person-id="4" class="btn-avatar" %} Avatar {% include ui/avatar.html person-id="5" class="btn-avatar" %} Avatar {% include ui/avatar.html person-id="6" class="btn-avatar" %} Avatar

Loading… Loading… Loading… Loading…

{% include ui/button.html text="Button" label="star" color="primary" %} {% include ui/button.html text="Button" label="star" color="green" %} {% include ui/button.html text="Button" label="star" color="lime" %} {% include ui/button.html text="Button" label="star" color="pink" %} {% include ui/button.html text="Button" label="star" color="yellow" %} {% include ui/button.html text="Button" label="star" color="orange" %}