Skip to content

Kirby 3.5.7.1

ButtonGroup

<k-button-group>

The Button Group should always be used when two or more buttons are positioned next to each other. The Button Group takes care of consistent margins between buttons.

<k-button-group>
  <k-button icon="edit">Edit</k-button>
  <k-button icon="trash">Delete</k-button>
</k-button-group>

CSS class

.k-button-group