How to install, instantiate, or embed the {{ pattern }} {{ type }}.
<!-- Global Script -->
<script src="dist/js/patterns.js"></script>
<script>
var Patterns = new Patterns();
var {{ pattern }} = Patterns.{{ pattern }}();
</script>
import {{ Pattern }} from 'src/{{ type }}/{{ pattern }}/{{ pattern }}';
new {{ Pattern }}();
Customizable properties for the {{ pattern }} {{ type }}.
Property | Description |
---|---|
prop |
A description of the property. |
prop |
A description of the property. |