Components
npx shadcn@latest add https://21st.dev/r/shugar/switchLoading preview...
import { Switch } from "@/components/ui/switch";
export default function DisabledDemo() {
return (
<Switch>
<Switch.Control defaultChecked disabled label="Source" value="source" />
<Switch.Control disabled label="Output" value="output" />
</Switch>
);
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...