turretcss
Button Group
Example
HTML
<div class="button-group">
<button class="button">...</button>
<button class="button">...</button>
<button class="button">...</button>
</div>
Button Group Block
HTML
<div class="button-group button-group-block">
<button class="button">...</button>
<button class="button">...</button>
<button class="button">...</button>
</div>
Button Group with Icon
HTML
<div class="button-group">
<button class="button">...</button>
<button class="button button-square">
<svg>...</svg>
</button>
</div>