button-group.mustache revision d6fd645d5192ae6fff6d50db36de9f26bb4161d3
<div class="intro">
<p>In this example, we'll look at a few ways to assign buttons into groups 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>
```
{{>button-group-source-html}}
```
<h4>Source: JavaScript</h4>
```
{{>button-group-source-js}}
```