Atom
Switch
A atom component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/switchUsage
tsx
import { Switch } from "@/components/ui/atoms/switch.tsx";
export default function Example() {
return <Switch />;
}A atom component from the MADT registry.
npx shadcn@latest add @madt/switchimport { Switch } from "@/components/ui/atoms/switch.tsx";
export default function Example() {
return <Switch />;
}