Skip to Content
Shadcn ComponentsButton Group

Button Group

Groups multiple buttons together with proper styling and spacing.

Installation

npx shadcn@latest add @uipath/button-group

Usage

import { ButtonGroup } from "@/components/ui/button-group" import { Button } from "@/components/ui/button"
<ButtonGroup> <Button variant="outline">Left</Button> <Button variant="outline">Center</Button> <Button variant="outline">Right</Button> </ButtonGroup>