Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { LiveButton } from "@/components/eldoraui/live-button"<LiveButton text="Get Started" url="https://example.com" /><div className="flex h-screen w-full items-center justify-center bg-gradient-to-br from-black/90 to-black">
<LiveButton text="Get Started" url="https://example.com" />
</div>| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text to display on the button |
url | string | - | The URL to navigate to when the button is clicked |