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