Switch ButtonAn elegant theme toggle button with a spinning sun icon and shimmer hover effect.button PreviewCodeLightCopy"use client"; import SwitchButton from "@/components/vritti/switch-button"; export function SwitchButtonExample() { return ( <div className="flex items-center justify-center p-8"> <SwitchButton /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/switch-button"Copy Dependencies pnpmnpmyarnbunpnpm add lucide-reactCopy