Text Cursor(028)

Custom magnetic floating indicator tracking pointer movement over typography blocks.

Hover
Requires:motion

Move your cursor across this area to see the trail effect.

Installation

$npx kibo add text-cursor

Usage

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

Props Reference

PropTypeDefaultDescription
textstring'⚛️'The text content to display and animate.
spacingnumber100Controls the spacing for the component animation.
followMouseDirectionbooleantrueControls the follow mouse direction for the component animation.
randomFloatbooleantrueControls the random float for the component animation.
exitDurationnumber0.5Controls the exit duration for the component animation.
removalIntervalnumber30Controls the removal interval for the component animation.
maxPointsnumber5Controls the max points for the component animation.