Typewriter animation with customizable cursor and looping.
npx chaos add typing-textimport { TypingText } from '@/components/chaos/text/typing-text';
<TypingText text="Hello World" />
<TypingText text="Loading..." variant="terminal" loop />
<TypingText text="SYSTEM ONLINE" speed={100} cursorStyle="line" />