Button Group
A container that groups related buttons together with consistent styling.
Installation
pnpm dlx shadcn@latest add button-groupUsage
import { Button } from "@/components/ui/button";
import { ButtonGroup } from "@/components/ui/button-group";A container that groups related buttons together with consistent styling.