import { TypingAnimation } from "@/registry/magicui/typing-animation"
export default function Component() {
return (
<TypingAnimation
words={["Fast typing", "Slow delete"]}
typeSpeed={50}
deleteSpeed={150}
pauseDelay={2000}
loop
/>
)
}
npx shadcn@latest add @magicui/typing-animation-demo-3import { TypingAnimationDemo3 } from "@/components/typing-animation-demo-3"<TypingAnimationDemo3 />