Button Groups¶ 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: Preview Button 0 Button 1 Button 2 Markup <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>