FollowcursorColorful polyline trails that follow the cursor with spring physicscursorfollowtrailcanvasanimationphysics PreviewCodeCopyimport FollowCursor from "@/components/vritti/followcursor"; export function FollowCursorExample() { return ( <div className="h-[400px] w-full rounded-lg overflow-hidden border"> <FollowCursor colors={["#FF6B6B", "#4ECDC4", "#45B7D1", "#FFBE0B", "#FB5607", "#8338EC"]} bgColor="rgba(26, 26, 38, 1)" thickness={3} pointCount={20} /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/followcursor"Copy