1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-27 03:31:28 +01:00
Files
csslayout/contents/_includes/patterns/switch.njk
Phuoc Nguyen 8ca8a87f96 feat: Switch
2022-09-21 11:02:13 +07:00

8 lines
268 B
Plaintext

<label class="switch switch--off">
<input type="checkbox" class="switch__input" />
<div class="switch__circle"></div>
</label>
<label class="switch switch--on">
<input type="checkbox" class="switch__input" />
<div class="switch__circle"></div>
</label>