.. | ||
decorators | ||
development | ||
decorators.d.ts | ||
decorators.d.ts.map | ||
decorators.js | ||
decorators.js.map | ||
experimental-hydrate-support.d.ts | ||
experimental-hydrate-support.d.ts.map | ||
experimental-hydrate-support.js | ||
experimental-hydrate-support.js.map | ||
index.d.ts | ||
index.d.ts.map | ||
index.js | ||
index.js.map | ||
LICENSE | ||
lit-element.d.ts | ||
lit-element.d.ts.map | ||
lit-element.js | ||
lit-element.js.map | ||
package.json | ||
polyfill-support.d.ts | ||
polyfill-support.d.ts.map | ||
polyfill-support.js | ||
polyfill-support.js.map | ||
private-ssr-support.d.ts | ||
private-ssr-support.d.ts.map | ||
private-ssr-support.js | ||
private-ssr-support.js.map | ||
README.md |
LitElement 3.0
A simple base class for creating fast, lightweight web components.
LitElement is the base class that powers the Lit library for building fast web components. Most users should import LitElement
from the lit
package rather than installing and importing from the lit-element
package directly.
About this release
This is a stable release of lit-element
3.0.0 (part of the Lit 2.0 release). If upgrading from previous versions of lit-element
, please see the Upgrade Guide for a step-by-step guide on upgrading.
Documentation
Full documentation is available at lit.dev.
Contributing
Please see CONTRIBUTING.md.