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 SwitchDemo() {
return <Switch>Low power mode</Switch>
}