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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user