Installation
npm i @vanillawc/wc-demo
Import from NPM
<script type="module" src="node_modules/@vanillawc/wc-demo/index.js"></script>
Import from CDN
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-demo@1/index.js"></script>
Try it on WebComponents.dev
Attributes
- title - the demo title
- link - link to the demo's GitHub repo
- desc - the demo's description
- src - path to the demo source file
<wc-demo title="WC-Demo" link="https:/github.com/vanillawc/wc-demo" desc="Basic Usage" src="assets/demo.html"></wc-demo>
See CONTRIBUTING.md