| name | description |
|---|---|
lit-components |
Build web components with Lit 3.x. Covers component definition, reactive properties, templates, styles, lifecycle, events, Shadow DOM, slots, controllers, and SSR. Use when writing Lit components or reviewing Lit code. Also use when the user mentions LitElement, @customElement, @property, @state, html tagged template, css tagged template, shadow DOM, web components with Lit, or reactive properties. |
Build fast, lightweight web components using Lit 3.x. Lit adds reactivity and declarative templates on top of the Web Components standards, weighing ~5KB compressed.
Reference: https://lit.dev/docs/