Web Component Starter
A starter project for building re-usable web components using lit-element
- LitElement for a declarative UI, automatic updates when properties change.
- Follows Web Components standards, works with any framework
- Building with bundling and transpilation using polymer build
- Testing with Web-Component-Tester
- load module
<!-- Bottom of body --> <script type="module" src="https://unpkg.com/@danleyb2/web-component"></script>
- use component
<web-component></web-component>