Installation
pnpm dlx shadcn@latest add https://neobrutalism.dev/r/switch.jsonUsage
import { Label } from '@/components/ui/label'
import { Switch } from '@/components/ui/switch'<div className="flex items-center space-x-2">
<Switch id="airplane-mode" />
<Label htmlFor="airplane-mode">Airplane Mode</Label>
</div>