Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import AnimatedBadge from "@/components/eldoraui/animated-badge"<AnimatedBadge
text="Introducing Eldora ui"
color="#22d3ee"
href="/docs/components/animated-badge"
/>| Prop | Type | Default | Description |
|---|---|---|---|
text | string | "Introducing Eldoraui" | The text content to display in the badge |
color | string | "#22d3ee" | Hex color or CSS color value for the badge theme |
href | string | - | Optional link URL to make the badge clickable |