button.mustache revision d6fd645d5192ae6fff6d50db36de9f26bb4161d3
<div class="intro">
<p>In this example, we'll look at a few ways to create buttons using the `'button'` module, which combines `'button-core'`, `'widget'`, and uses and `'cssbutton'` for styling.</p>
</div>
<div class="example yui3-skin-sam">
{{>button-source}}
</div>
<h4>Source: HTML</h4>
```
{{>button-source-html}}
```
<h4>Source: JavaScript</h4>
```
{{>button-source-js}}
```