pnpm dlx shadcn@latest add @saturation/button-groupimport { ButtonGroup } from "@/components/ui/button-group"<ButtonGroup>
<Button>Left</Button>
<Button>Middle</Button>
<Button>Right</Button>
</ButtonGroup>| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | — | Button elements. |
orientation | "horizontal" | "vertical" | "horizontal" | Group orientation. |
Horizontal
Vertical