Button Group

Groups multiple buttons together with connected styling.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/button-group

Usage

Import the component from the package:

import { ButtonGroup } from "@/registry/ui/button-group"

Then use it in your application:

<ButtonGroup />

Examples

Default