--- title: Buttons --- ## Default markup {% example html wrapper=btn-list %} {% include ui/button.html color="primary" text="Button" %} {% include ui/button.html color="secondary" text="Button" %} {% include ui/button.html color="danger" text="Button" %} {% include ui/button.html color="warning" text="Button" %} {% include ui/button.html color="success" text="Button" %} {% endexample %}