Button Group

Group related buttons together with consistent styling.

Installation

pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/button-group.json

Usage

import { ButtonGroup } from "@/components/ui/button-group";
<ButtonGroup>
  <Button variant="outline">Previous</Button>
  <Button variant="outline">Next</Button>
</ButtonGroup>

Examples

With Dropdown

Nested Groups

With Popover

With Input