Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { ShinyButton } from "@/components/ui/shiny-button"
<ShinyButton>Shiny Button</ShinyButton>
Prop | Type | Default | Description |
---|---|---|---|
className | string | - | The class name to be applied to the component |
children | React.ReactNode | - | The content to be displayed inside the button |