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