Switch Disabled

PreviousNext

switch-disabled-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/controls/switch/switch-disabled-demo.tsx
"use client"

import { Switch } from "@/components/ui/switch"

export default function SwitchDisabledDemo() {
  return <Switch isDisabled>Dark Mode</Switch>
}

Installation

npx shadcn@latest add @intentui/switch-disabled-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.