Basic Usage
Orientation
Horizontal (default) groups buttons side-by-side. Vertical stacks them:Common Patterns
Pagination controls, view toggles, and segmented controls all benefit from button groups:API Reference
Protocol Reference
ButtonGroup
Visually connect related buttons with merged borders.
{
"type": "ButtonGroup",
"children?": "[Component]",
"orientation?": "horizontal | vertical",
"cssClass?": "string"
}