Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { AnimatedShinyButton } from "@/components/eldoraui/animated-shiny-button"<AnimatedShinyButton>Get Started</AnimatedShinyButton><AnimatedShinyButton className="w-full">Sign Up Now</AnimatedShinyButton><AnimatedShinyButton url="/signup">Get Started</AnimatedShinyButton><AnimatedShinyButton url="https://example.com" className="w-full">
Visit Website
</AnimatedShinyButton>| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | - | The content to display inside the button |
className | string | "" | Additional CSS classes to apply to the button |
url | string | - | Optional URL to make the button function as a link |
url prop