A shiny button with a sleek animation effect.
pnpm dlx shadcn@latest add https://atlasui.dev/r/shiny-button-html.json
Define your button with class="shiny-button". Add the text in the span with class="button-content".
class="shiny-button"
class="button-content"
<button class="shiny-button"> <span class="button-content">Button</span> </button>
On This Page
Contribute