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 SwitchReadonly() {
return (
<Switch isReadOnly isSelected>
Bluetooth
</Switch>
)
}