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