Button Group
A set of related actions grouped in a single glass bar.
Install
npx shadcn add @clearly/button-groupPreview
Live Button Group component — see usage below.
Usage
import { ButtonGroup } from "@/components/ui/button-group"
<ButtonGroup />Every Clearly component also accepts glass (subtle·medium·strong), specular and className.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | "horizontal" | "vertical" | "icon-group" | "horizontal" | Layout direction of grouped buttons. |