Typewriter Text
Text EffectsText with typewriter typing effect
typewritertypingreveal
Installation
$
Usage
tsx
import { TypewriterText } from "@/components/nonaxial/typewriter-text"
export default function Example() {
return (
<TypewriterText>{/* Your content here */}</TypewriterText>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |