Variable: TypewriterText
@arolariu/components / TypewriterText
Variable: TypewriterText
constTypewriterText:ForwardRefExoticComponent<TypewriterTextProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/typewriter.tsx:43
Reveals text one character at a time with a stepped typewriter animation.
Remarks
- Animated component using the
motionlibrary - Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties - Client-side only (
"use client"directive)
Example
<TypewriterText words={[{text: "Hello"}, {text: "world"}]} />
See
TypewriterTextProps for available props
// was this page useful?