Lit is a web components and HTML templating library. It includes the Lit HTML template renderer and LitElement web component base class.
Lit is a web components and HTML templating library.
Older versions of Lit were split into two parts (lit-html and lit-element, now unified in one package):
- Lit
html
uses tagged template literals to create reusable DOM. LitElement
is a base class for creating web components using this.