this is switch
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/switch
Loading preview...
import { Component } from "@/components/ui/switch"; export default function DemoOne() { return <Component />; }