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