Lit is a JS web component library. Lit HTML is the render component that uses tagged template literals to only update the parts of the DOM that have changed. Use this tag on questions related to using it standalone, and in components other than those based on LitElement.
lit is a JS web component library.
Lit HTML uses tagged template literals to build DOM that can be reused. It can be used standalone to build components or render DOM without the lit-element.