49 components available
Components

Text Cycler

April 2025
A text animation component that cycles through multiple phrases with per-letter entrance effects, blurring transitions, and timing control.
Playground
Run
<TextCycler 
  texts={["Build Interfaces That Wow", "Animate Without Pain", "Craft Delightful UIs", "Ship Snappy Frontends"]}
  interval={2000}
  duration={400}
  letterDelay={0.025}
  blurStrength={10}
  autoplay={true}
/>

Installation