Switch/switch-standard-

PreviousNext

A switch/switch-standard- example

Docs
shadcnblocksblock

Preview

Loading preview…
code/example/switch/switch-standard-4.tsx
"use client";

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

export const title = "Disabled Switch";

const Example = () => <Switch disabled />;

export default Example;

Installation

npx shadcn@latest add @shadcnblocks/switch-switch-standard-4

Usage

import { SwitchSwitchStandard4 } from "@/components/switch-switch-standard-4"
<SwitchSwitchStandard4 />