mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
8 lines
335 B
HTML
8 lines
335 B
HTML
<!-- From Uiverse.io by themrsami - Tags: white, checkbox, tailwind, tailwindcss -->
|
|
<div class="dark:bg-black/10">
|
|
<label class="text-white">
|
|
<input class="dark:border-white-400/20 dark:scale-100 transition-all duration-500 ease-in-out dark:hover:scale-110 dark:checked:scale-100 w-10 h-10" type="checkbox">
|
|
</label>
|
|
</div>
|
|
|
|
|