button-plugin.mustache revision 29f9744c0bc38d7cc1e89f15f6b11e415281c22b
292N/A<div class="intro">
398N/A <p>In this example, we'll look at a few ways to create buttons using the `'button-plugin'` module, and use the `'cssbutton'` module for basic styles.</p>
292N/A</div>
398N/A
398N/A<div class="example">
398N/A {{>button-plugin-source-html}}
292N/A
398N/A <script>
398N/A {{>button-plugin-source-js}}
292N/A </script>
398N/A</div>
398N/A
398N/A<h4>Source: HTML</h4>
292N/A```
398N/A{{>button-plugin-source-html}}
398N/A```
398N/A
292N/A<h4>Source: JavaScript</h4>
398N/A```
398N/A{{>button-plugin-source-js}}
398N/A```
398N/A