Components
Loading preview...
Here is label component
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/with-labelimport SwitchWithNormalLabelDemo from "@/components/ui/with-label";
export default function DemoOne() {
return <SwitchWithNormalLabelDemo/>;
}