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