Shiny Button

A shiny button with a sleek animation effect.

Installation

pnpm dlx shadcn@latest add https://atlasui.dev/r/shiny-button-html.json

Usage

Define your button with class="shiny-button". Add the text in the span with class="button-content".

<button class="shiny-button">
  <span class="button-content">Button</span>
</button>