button-plugin.mustache revision 1cdc9668bdd7d912d1be5b9f576c1fc35fdb20c2
964N/A<div class="intro">
964N/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>
964N/A</div>
964N/A
964N/A<div class="example">
964N/A {{>button-plugin-source-html}}
964N/A
964N/A <script>
964N/A {{>button-plugin-source-js}}
964N/A </script>
964N/A</div>
964N/A
964N/A<h4>Source: HTML</h4>
964N/A```
964N/A{{>button-plugin-source-html}}
964N/A```
964N/A
964N/A<h4>Source: JavaScript</h4>
964N/A```
964N/A{{>button-plugin-source-js}}
964N/A```