Installation
npm i @vanillawc/wc-template
Import from NPM
<script type="module" src="node_modules/@vanillawc/wc-template/index.js"></script>
Import from CDN
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-template@1/index.js"></script>
Try it on WebComponents.dev
Attributes
src
- load an external source filecontext
- load the tags from an external endpoint
<wc-template src="sample.html"></wc-template>
If the template is a tagged template literal, context can be provided via an external endpoint.
<wc-template src="sample2.html" theme="context.json"></wc-template>
See CONTRIBUTING.md