Smooth Cursor

A custom cursor wrapper with MotionValue pointer tracking, spring-lagged label, press feedback, and local or viewport scope.

Timeline
Assets
Launch

Customize

Trigger
Color
Size28px
Tilt12deg
Press scale0.92
Show label

Usage

import { SmoothCursor } from "@/components/lazy-ui/smooth-cursor";

<SmoothCursor
  trigger="hover"
  color="#f97316"
  size={28}
  tiltStrength={12}
  pressScale={0.92}
  showLabel={true}
/>