Components
npx shadcn@latest add https://21st.dev/r/jollyshopland/switch-1Loading preview...
import { Switch } from "@/components/ui/switch-1"
export default function SwitchDemo() {
return <Switch>Low power mode</Switch>
}
Loading preview...
Loading preview...