Switch/switch-standard-

PreviousNext

A switch/switch-standard- example

Docs
shadcnblocksblock

Preview

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

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

export const title = "Small Switch";

const Example = () => <Switch className="h-4 w-7" />;

export default Example;

Installation

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

Usage

import { SwitchSwitchStandard3 } from "@/components/switch-switch-standard-3"
<SwitchSwitchStandard3 />