Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import ScaleLetterText from "@/components/eldoraui/scale-letter-text"<ScaleLetterText text="Hello World" /><ScaleLetterText
className="font-display text-center text-4xl font-bold -tracking-widest text-black md:text-7xl md:leading-[5rem] dark:text-white"
text="Scale Letter Text"
/>| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text to display with scaling animation effects |
className | string | "" | Additional CSS classes to apply to the container |