Back
Flip Words
Satu Visual ComponentNew
Flips through words letter-by-letter with a blur-in reveal.
Make it beautiful
Installation
Add it with the CLI:
Terminal
$
Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.
Usage
Each new word's letters blur in one after another.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| words | string[] | — | Words to flip through. |
| className | string | — | Extra classes. |
| duration | number | 2800 | Ms per word. |
Requirements
Install the npm dependencies:
Terminal
$