Components
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"
/>
);
}
Part of Magic UI — browse the full library on 21st.dev.