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