1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

buttons, tooltips

This commit is contained in:
chomik
2019-04-13 20:02:52 +02:00
parent 0be994b2bb
commit babbf8af6c
7 changed files with 38 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
---
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 %}