Text CursorText elements that trail behind the mouse cursor.cursortext PreviewCodeCopyimport TextCursor from "@/components/vritti/text-cursor"; export function TextCursorExample() { return ( <div className="relative w-full h-[400px]"> <TextCursor text="Hello" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/text-cursor"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy