copy it, read it, own it, change itcopy it
copy it, read it, own it, change itcopy it
Installation
bash
npx shadcn@latest add https://ui.noicess.fun/r/word-rotator.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| words | string[] | - | The words to cycle through. Shared letters survive a swap. |
| interval | number | 2600 | Milliseconds per word. |
| paused | boolean | false | Stops rotation and returns to the first word. |
| className | string | - | Additional classes merged with the wrapper. |