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

card components

This commit is contained in:
chomik
2019-04-02 18:13:05 +02:00
parent 6f02b9d59d
commit 5a98cb63f0
8 changed files with 437 additions and 359 deletions
+4
View File
@@ -0,0 +1,4 @@
<label class="custom-switch m-0">
<input type="checkbox" value="1" class="custom-switch-input"{% if include.checked %} checked{% endif %}>
<span class="custom-switch-indicator"></span>
</label>