Web Component Starter

Archived in favor of LitElement TypeScript starter

A starter project for building re-usable web components using lit-element

Features

  • 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

Usage

Load module

<!-- Bottom of body -->
<script type="module" src="https://unpkg.com/@danleyb2/web-component"></script>

Use custom component


<web-component></web-component>