Splash CursorSplash effect cursor.animationcursor PreviewCodeCopyimport SplashCursor from "@/components/vritti/splash-cursor"; export function SplashCursorExample() { return ( <div className="relative w-full h-[400px]"> <SplashCursor /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/splash-cursor"Copy