Factory for Good

Button Group

A container that groups related buttons together with consistent styling.

Installation

pnpm dlx shadcn@latest add button-group

Usage

import { Button } from "@/components/ui/button";
import { ButtonGroup } from "@/components/ui/button-group";

A container that groups related buttons together with consistent styling.

On this page