button-group.mustache revision 07c84cd7e3b4f8a67a22dfcb11d1c18281d49527
<div class="intro">
<p>In this example, we'll look at a few ways to assign button to groups using the `'button'` module, which includes `'button-base'`, `'button-group'`, and `'cssbutton'`.</p>
</div>
<div class="example">
{{>button-group-source-html}}
<script>
{{>button-group-source-js}}
</script>
</div>
<h4>HTML</h4>
```
{{>button-group-source-html}}
```
<h4>JavaScript</h4>
```
{{>button-group-source-js}}
```