Word Rotate
A vertical rotation of words
Hello World
Installation
Usage
import WordRotate from '$lib/components/ori/word-rotate/word-rotate.svelte'; <h1 class="text-4xl font-bold">
<WordRotate class="ml-2 text-primary" {words} />
</h1> Props
| Prop | Type | Default | Description |
|---|---|---|---|
| words | string[] | [] | The words to rotate |
| interval | number | 2500 | The interval between rotations in ms |
| class | string | ” | Additional CSS classes |