1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-04 09:24:40 +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
+5
View File
@@ -22,6 +22,11 @@
{% elsif include.show-buttons %}
<a class="btn btn-secondary btn-sm">Action 1</a>
<a class="btn btn-secondary btn-sm ml-2">Action 2</a>
{% elsif include.show-switch %}
<label class="custom-switch m-0">
<input type="checkbox" value="1" class="custom-switch-input" checked>
<span class="custom-switch-indicator"></span>
</label>
{% elsif include.options %}
{{ include.options }}
{% else %}