Preview live, install via shadcn or copy the source.
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| text | string | — | Yes | The text to display |
| scale | number | 1 | No | The scale of the text |
| color | string | var(--color-foreground) | No | The color of the text |
| speed | number | 1 | No | The speed of the animation |
| font | string | /fonts/PlaywriteHU-VariableFont_wght.ttf | No | The font to use |
| onAnimationComplete | () => void | — | No | Callback when the animation completes |