1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/pages/_docs/buttons.md
2019-04-30 11:10:01 +02:00

392 B

title
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 %}