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