Command Palette

Search for a command to run...

4Twitter
Word Rotate
A text animation component that smoothly rotates through an array of words with customizable duration and motion effects.

Installation

pnpm dlx shadcn@latest add "https://moleculeui.design/r/word-rotate"

Usage

import { WordRotate } from "@/components/molecule-ui/word-rotate"
<WordRotate words={["Fast", "Smooth", "Beautiful"]} />

Props

PropTypeDefault
duration?
number
2000
words
string[]
-