Back to Lit

What is LitElement?

packages/lit-dev-content/site/docs/v1/index.md

latest725 B
Original Source

LitElement is a simple base class for creating fast, lightweight web components that work in any web page with any framework.

LitElement uses lit-html to render into shadow DOM, and adds API to manage properties and attributes. Properties are observed by default, and elements update asynchronously when their properties change.

Next steps