<link rel="stylesheet" href='{{yuiBuildUrl}}/cssbutton/cssbutton.css'></link>
<div class="intro">
    <p>In this example, we'll look at a few ways to create groups of buttons using the `'button-group'` module.</p>
</div>

<div class="example">
    {{>button-group-source-html}}

    <script>
    {{>button-group-source-js}}
    </script>
</div>

<h4>Source: HTML</h4>
{{>need-skin-note}}
```
{{>button-group-source-html}}
```
<h4>Source: JavaScript</h4>
```
{{>button-group-source-js}}
```
