Type Writer
A simulated typing effect that outputs characters one by one.
|
Installation
bash
npm install motionUsage
tsx
import TypeWriter from '@/components/ui/type-writer';
<TypeWriter
text="Typing..."
speed={80}
loop={true}
/>A simulated typing effect that outputs characters one by one.
npm install motionimport TypeWriter from '@/components/ui/type-writer';
<TypeWriter
text="Typing..."
speed={80}
loop={true}
/>