A uniquely animated Dark mode switch
npx shadcn@latest add https://21st.dev/r/m.umairwaheedansari/dark-mode-toggle
Loading preview...
import Component from "@/components/ui/dark-mode-toggle"; export default function DemoOne() { return <Component />; }