Vibe UI
Initializing Vibe UI System...

Word Rotate

A smooth vertical sliding/fading text carousel that rotates through an array of words.

Preview

Vibe UI is

interactive

Installation

pnpm dlx vibe-ui-kit@latest add word-rotate

SaaS Hero Tagline

Build websites that are

faster

Target Audience Banner

Premium components for

developers

Usage

import { WordRotate } from "@/components/ui/word-rotate"
<WordRotate words={["Word 1", "Word 2", "Word 3"]} />

Props

PropTypeDefaultDescription
wordsstring[][]Array of words to rotate through
durationnumber2500Duration in milliseconds between word rotations
motionPropsMotionPropsundefinedCustom Framer Motion animation properties
classNamestring?""Additional classes for the container

This WordRotate component transitions sequentially through an array of words with a smooth vertical slide and fade animation.

Contributors

JS
Jenish Sabhadiya

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Word Rotate | Vibe UI