When to use
Use when two or three related actions belong to the same decision.
Find components, patterns, tokens, and docs
Component
Cluster of related actions that share a single visual container.
Preview
<ButtonGroup
variant="primary"
size="medium"
>
View
</ButtonGroup>Appearance is not enough. This is the contract for when the control earns a place in the product.
Use when two or three related actions belong to the same decision.
Don't group unrelated actions just to save space.
Reduces hunting for sibling actions that belong together.
Each button remains a real button. Selected state must not rely on color alone.