FlipWords
Word rotation animation with fade and 3D flip variants.
Preview
Build amazing applications
Installation
bash
npx auralix-ui add flip-wordsUsage
Flip Words
tsx
import { FlipWords } from "@/components/ui/FlipWords";
<div>Build <FlipWords words={["amazing", "beautiful", "modern"]} /> apps</div>Props
| Name | Type | Default | Description |
|---|---|---|---|
words | string[] | - | Array of words to cycle through. |
duration | number | 3000 | Duration per word (ms). |
On this page