Summer pricing is live: save $50 on Starwind Pro lifetime access.

Effect 15 - Typewriter Text

Pro

A reusable inline typewriter text effect that cycles through an array of words by typing, pausing, deleting, and repeating.

Theme

Upgrade to Pro

Effect 15

Build interfaces that feel faster

A reusable inline typewriter effect for hero headlines, feature callouts, and product copy. It types each word, pauses, deletes one character at a time, and continues through the next.

Pill-sized label

Typewriter

Longer rotating phrases

Perfect for design systems

Loading code...

Starwind Dependencies

Sign in to view code and copy install commands.

Sign in

This component requires Starwind Pro.

Get lifetime access to all premium components, updates, and priority support.

Upgrade to Pro

Failed to load code. Please try again.

Code

Usage
<Effect15
  typing-speed={90}
  deleting-speed={55}
  pause-duration={1400}
  start-delay={0}
  loop={true}
/>

Props

proptypedefaultdescription
wordsstring[][]Words or phrases cycled by the typewriter effect.
typingSpeednumber110Delay in milliseconds between typed characters.
deletingSpeednumber70Delay in milliseconds between deleted characters.
pauseDurationnumber1600Pause in milliseconds after a word is fully typed.
startDelaynumber0Delay in milliseconds before the typewriter starts.
loopbooleantrueWhether the typewriter continues cycling after the final word.
cursorbooleantrueWhether to render the blinking cursor.
cursorCharacterstring"|"Character displayed as the cursor when cursor rendering is enabled.