Switch

PreviousNext

switch-demo

Docs
intentuipage

Preview

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

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

export default function SwitchDemo() {
  return <Switch>Switch Theme</Switch>
}

Installation

npx shadcn@latest add @intentui/switch-demo

Usage

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