An iOS-style magnetic pointer that follows the cursor over Appearance, from the official Motion examples catalog.
"use client" import IosPointer from "@/components/ui/motion-ios-pointer" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-6"> <IosPointer /> </div> ) }