Animated text with scramble effect.
import { SpecialText } from "@/components/ui/special-text" export default function Demo() { return ( <div className="flex items-center justify-center min-h-[400px] p-8"> <SpecialText className="text-4xl font-bold">Make it beautiful</SpecialText> </div> ) }
Part of Spell — browse the full library on 21st.dev.