An animated text component that blurs in the text.
Loading preview...
import { BlurIn } from "@/components/ui/blur-in"; export function BlurInDemo() { return ( <BlurIn word="Blur In" className="text-4xl font-bold text-black dark:text-white" /> ); }