Skip to content

Button Groups

Banner representing the Skeletonic Stylus Buttons

Overview

Skeletonic CSS allows you to group multiple buttons together on a single line. Use an element of your choice with class .button-group to create a button group:

<p class="button-group">
    <button class="button active">Button 0</button>
    <button class="button default">Button 1</button>
    <button class="button default">Button 2</button>
</p>