A Motion for React hover cursor that follows the pointer with a clipped image, from the official Motion examples catalog.
"use client" import CursorHoverFollow from "@/components/ui/motion-cursor-hover-follow" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-6"> <CursorHoverFollow /> </div> ) }