Typing Animation
A one-shot typing animation with blinking cursor.
npx arupui add typing-animation
Preview
Usage
typing-animation.tsx
import { TypingAnimation } from "@/components/blocks/typing-animation"
<TypingAnimation text="Hello World" duration={80} />Props
| Prop | Type | Default |
|---|---|---|
text | string | - |
duration | number | 100 |
delay | number | 0 |
textType:
stringDefault: -durationType:
numberDefault: 100delayType:
numberDefault: 0