PointerA component that displays a pointer when hovering over an elementspecial PreviewCodeHover meA pointer will follow your cursorCopy"use client"; import { Pointer } from "@/components/vritti/pointer"; export function PointerExample() { return ( <div className="relative flex h-40 flex-col items-center justify-center rounded-lg border p-4"> <h3 className="text-xl font-semibold">Hover me</h3> <p className="text-sm text-muted-foreground">A pointer will follow your cursor</p> <Pointer className="fill-blue-500" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/pointer"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy