happeo / custom-widget-templates

Templates for Custom Widget
Apache License 2.0
3 stars 6 forks source link

feat: add Lit custom widget templates #4

Closed vlukashov closed 3 years ago

vlukashov commented 3 years ago

Lit is a small (about 5KB) helper library for creating standard Web components (https://lit.dev/). Since Happeo Custom Widgets are implemented as web components, using Lit is a great option here.

This commit add both a JavaScript and a TypeScript version of a custom widget built with Lit 2.