Circular Text(007)
Renders text along an animated circular path with smooth spin and reactive hover velocity.
HoverScroll
Requires:motion
Loading…
Installation
$npx kibo add circular-text
Usage
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text content to display and animate. |
spinDuration | number | 20 | Controls the spin duration for the component animation. |
onHover | 'slowDown' | 'speedUp' | 'pause' | 'goBonkers' | 'speedUp' | Controls the on hover for the component animation. |
className | string | '' | Additional CSS classes for styling and layout. |