Tronic247 Material
Components

Button group

Usage

Create a div with the class btn-group added to it. And inside the div add the class btn to it's children.

<div class="btn-group">
    <button class="btn">Button</button>
    <button class="btn">Button</button>
    <button class="btn">Button</button>
</div>

Interactive Examples

You can also use the button group to create interactive elements.

Button group with dropdown

<div class="btn-group">
    <button class="btn">Button</button>
    <button class="btn">Button</button>
    <button class="btn">Button</button>
</div>