Smooth CursorA customizable, physics-based smooth cursor animation componentspecialcursor PreviewCodeMove your mouse around to see the smooth cursor.Copy"use client"; import { SmoothCursor } from "@/components/vritti/smooth-cursor"; export function SmoothCursorExample() { return ( <div className="relative w-full h-[400px] flex items-center justify-center"> <SmoothCursor /> <span className="text-muted-foreground text-sm pointer-events-none select-none">Move your mouse around to see the smooth cursor.</span> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/smooth-cursor"Copy Dependencies pnpmnpmyarnbunpnpm add framer-motionCopy