Cool ModeCool mode effect for buttons, links, and other DOMsanimation PreviewCodeClick Me!Copyimport { CoolMode } from "@/components/vritti/cool-mode" export function CoolModeExample() { return ( <div className="relative justify-center"> <CoolMode> <button className="rounded-md bg-black px-4 py-2 text-white dark:bg-white dark:text-black"> Click Me! </button> </CoolMode> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/cool-mode"Copy