Components
Loading preview...
Here is Switch component
@jollyshopland
npx shadcn@latest add https://21st.dev/r/jollyshopland/switch-1import { Switch } from "@/components/ui/switch-1"
export default function SwitchDisabled() {
return <Switch isDisabled>Airplane Mode</Switch>
}