Variable: TypewriterTextSmooth
@arolariu/components / TypewriterTextSmooth
Variable: TypewriterTextSmooth
constTypewriterTextSmooth:ForwardRefExoticComponent<TypewriterTextProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/typewriter.tsx:124
Reveals text with a continuous width-based typewriter sweep 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
<TypewriterTextSmooth words={[{text: "Smooth"}, {text: "typing"}]} />
See
TypewriterTextProps for available props
// was this page useful?