1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 23:02:23 +04:00

Card with switch

This commit is contained in:
chomik
2018-02-21 16:57:25 +01:00
parent 54efaaaf81
commit e488b8d047
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -59,5 +59,8 @@ menu: interface.cards
<div class="col-lg-6">
{% include cards/card.html title="Card with alert" alert="Adding action was failed" alert-type="danger" %}
</div>
<div class="col-lg-6">
{% include cards/card.html title="Card with switch" show-switch=true %}
</div>
</div>
</div>