A base class for creating custom elements with the Lit JS library.
LitElement
makes it easy to define web components using lit/Lit. LitElement allows you to declare reactive properties that re-render the component and reflect to attributes.
It uses lit-html to render DOM.