0.0.10 • Published 4 years ago

@danleyb2/web-component v0.0.10

Weekly downloads
4
License
-
Repository
github
Last release
4 years ago

web-component

Web Component Starter

Node.js Package

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

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

    <web-component></web-component>