Magic UI

Typing Animation

Install component

npxshadcn@latest add "https://21st.dev/r/magicui/typing-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"
    />
  );
}