mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
22 lines
No EOL
553 B
HTML
22 lines
No EOL
553 B
HTML
<!-- From Uiverse.io by EcheverriaJesus - Tags: animation, button, hover, dark, download, tailwind -->
|
|
<button
|
|
class="cursor-pointer bg-gray-800 px-3 py-2 rounded-md text-white tracking-wider shadow-xl animate-bounce hover:animate-none"
|
|
>
|
|
<svg
|
|
class="w-5 h-5"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"
|
|
stroke-linejoin="round"
|
|
stroke-linecap="round"
|
|
></path>
|
|
</svg>
|
|
</button>
|
|
|
|
|
|
|