Skip to main content

Variable: TypewriterTextSmooth

@arolariu/components


@arolariu/components / TypewriterTextSmooth

Variable: TypewriterTextSmooth

const TypewriterTextSmooth: 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 motion library
  • 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?