Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import DockText from "@/components/eldoraui/dock-text"<DockText text="Dock Text" /><DockText text="Dock Text" down={true} /><DockText text="Dock Text" className="text-4xl" />| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text content to display with dock animation |
down | boolean | false | When true, the animation scales from the top. When false, scales from bottom |
className | string | - | Additional CSS classes to customize the text size and styling |