A switch component made with Framer Motion and Tailwind CSS.
npx shadcn@latest add https://21st.dev/r/chetanverma16/switch
Loading preview...
import Switch from "@/components/ui/switch"; export default function DemoOne() { return <Switch />; }