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