@vanillawc/wc-demo
v1.1.30
Published
A vanilla web component to demo vanilla web components
Downloads
45
Maintainers
Readme
Installation
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>
Demo
Try it on WebComponents.dev
Usage
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
Load an external Markdown file using the src
attribute
<wc-demo title="WC-Demo" link="https:/github.com/vanillawc/wc-demo" desc="Basic Usage" src="assets/demo.html"></wc-demo>
Contributing
See CONTRIBUTING.md