Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { MultiDirectionSlideText } from "@/components/eldoraui/multi-direction-slide-text"<MultiDirectionSlideText
textLeft="Multidirectional"
textRight="Slide"
className="text-blue-600"
/>| Prop | Type | Default | Description |
|---|---|---|---|
textLeft | string | "" | The text content that slides in from the left |
textRight | string | "" | The text content that slides in from the right |
className | string | "" | Additional CSS classes to apply to the element |