Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { SeparateAwayText } from "@/components/eldoraui/seperate-away-text"<SeparateAwayText
textLeft="Separate"
textRight="Away"
className="text-blue-600"
/>| Prop | Type | Default | Description |
|---|---|---|---|
textLeft | string | "" | The text content that moves upward |
textRight | string | "" | The text content that moves downward |
className | string | "" | Additional CSS classes to apply to the element |