Toggle Group
A set of two-state buttons that can be toggled on or off.
Installation
pnpm dlx shadcn@latest add toggle-groupUsage
import { BoldIcon, ItalicIcon, UnderlineIcon } from "lucide-react";
import { ToggleGroup, ToggleGroupItem } from "@/components/ui/toggle-group";A set of two-state buttons that can be toggled on or off.