cv-button-group
Action grouping for related buttons.
Headless: None (UIKit-only component)
Usage
Anatomy
text
<cv-button-group>
└── <div part="base" role="group"><slot></slot></div>Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
orientation | horizontal | vertical | "horizontal" | Layout direction |
attached | Boolean | false | Joined button treatment with shared outer radius and flat internal seams |
size | small | medium | large | "medium" | Group density attribute; set matching child button sizes for visible sizing |
aria-label | String | "" | Accessible group label |
Boundary
This is not a toolbar. It does not implement roving focus; every child remains in the normal Tab order. Use cv-toolbar when one composite command surface should manage arrow-key navigation between tools.