mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
8 lines
310 B
HTML
8 lines
310 B
HTML
<!-- From Uiverse.io by themrsami - Tags: simple, button, calculator, tailwind, tailwindbutton, tailwindcss, themrsami -->
|
|
<button
|
|
class="bg-purple-500 text-white px-4 py-2 rounded-full transition duration-200 ease-in-out hover:bg-purple-700 active:bg-purple-900 focus:outline-none"
|
|
>
|
|
Click me
|
|
</button>
|
|
|
|
|