"use client"
import { Switch } from "@/components/ui/switch"
export default function SwitchDemo() {
return <Switch>Switch Theme</Switch>
}
npx shadcn@latest add @intentui/switch-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.