Button Group

A set of related actions grouped in a single glass bar.

Install

npx shadcn add @clearly/button-group

Preview

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

PropTypeDefaultDescription
orientation"horizontal" | "vertical" | "icon-group""horizontal"Layout direction of grouped buttons.