button-group
Button groups are used to group related buttons into sections.
Usage
button-group(label="Actions") button Left button Center button RightOrientation
Use the orientation attribute to create a vertical group.
button-group(label="Options" orientation="vertical") button Button A button Button BAttributes
| Name | Type | Default | Description |
|---|---|---|---|
label | string | - | Accessible label. |
orientation | horizontal | vertical | horizontal | Group orientation. |