Factory for Good

Toggle

A two-state button that can be either on or off.

Installation

pnpm dlx shadcn@latest add toggle

Usage

import { BoldIcon } from "lucide-react";
import { Toggle } from "@/components/ui/toggle";

A two-state button that can be either on or off.

On this page