Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { BlurIn } from "@/components/eldoraui/blur-in-text"<BlurIn text="Welcome to EldoraUI" className="text-white" />| Prop | Type | Default | Description |
|---|---|---|---|
text | string | "" | The text content to display with blur-in effect |
className | string | "" | Additional CSS classes to apply to the component |