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

1import { CircularText } from "@/components/kibo/circular-text/component";
2
3export default function Example() {
4 return (
5 <CircularText />
6 );
7}

Props Reference

PropTypeDefaultDescription
textstring-The text content to display and animate.
spinDurationnumber20Controls the spin duration for the component animation.
onHover'slowDown' | 'speedUp' | 'pause' | 'goBonkers''speedUp'Controls the on hover for the component animation.
classNamestring''Additional CSS classes for styling and layout.