galaxy/Buttons/Shubh0408_nervous-warthog-96.html

17 lines
No EOL
644 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- From Uiverse.io by Shubh0408 - Tags: button, toggle, click effect, toggle switch, tailwindbutton -->
<label
class="w-16 h-8 bg-black shadow-inner rounded-full flex justify-around items-center overflow-hidden outline outline-2 outline-offset-2"
>
<input class="peer hidden" type="checkbox" />
<div
class="w-6 h-6 flex justify-center items-center text-white bg-black border-[2px] duration-500 rounded-full peer-checked:translate-y-8"
></div>
<div
class="w-6 h-6 flex justify-center items-center text-white duration-500 rounded-full -translate-y-8 peer-checked:translate-y-0 rotate-90"
>
𝝞
</div>
</label>