@wonkytech/tm-examples
v0.1.5
Published
This is a template for creating new web component repositories.
Readme
tm-examples
This is a template for creating new web component repositories.
Installation
npm install @wonkytech/tm-examplesUsage
<script type="module">
import '@wonkytech/tm-examples';
</script>
<tm-examples heading="HTML Elements">
<section title="button">
<button>Don't Press</button>
</section>
<section title="textfield">
<textfield>Some text</textfield>
</section>
</tm-examples>