Characters appearing in typed animation
import { TypingAnimation } from "@/components/ui/typing-animation" export function TypingAnimationDemo() { return ( <TypingAnimation className="text-4xl font-bold text-black dark:text-white" text="Typing Animation" /> ); }
Part of Magic UI — browse the full library on 21st.dev.