GithubX

Button Group

Related buttons grouped together.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/button-group.json

## usage

import { Button } from "@/components/ui/button";
import { ButtonGroup } from "@/components/ui/button-group";
<ButtonGroup>
  <Button variant="ghost">Day</Button>
  <Button aria-pressed>Week</Button>
  <Button variant="ghost">Month</Button>
</ButtonGroup>

## outline

## split button

A primary action sharing its frame with a menu of alternatives.

## with input