Here is Switch component
npx shadcn@latest add https://21st.dev/r/base-ui/switch-1
Loading preview...
import ExampleSwitch from "@/components/ui/switch-1"; export default function DemoOne() { return <ExampleSwitch />; }