lit-component |
Basic Lit component |
lit-component-decorator |
Basic Lit component using decorator |
lit-render |
render() method from Lit |
lit-props |
properties() method from Lit |
lit-props-decorator |
@property decorator from Lit |
lit-state-decorator |
@state decorator from Lit |
lit-query-decorator |
@query decorator from Lit |
lit-query-all-decorator |
@queryAll decorator from Lit |
lit-query-async-decorator |
@queryAsync decorator from Lit |
lit-query-assigned-elements-decorator |
@queryAssignedElements decorator from Lit |
lit-event-options-decorator |
@eventOptions decorator from Lit |
lit-accessor-property-decorator |
@property decorator using standard accessor syntax |
lit-styles |
styles() method from Lit |
lit-ce-decorator |
@customElement decorator from Lit |
lit-ctor |
Add constructor() |
lit-cb |
connectedCallback() from Lit |
lit-dcb |
disconnectedCallback() from Lit |
lit-first-updated |
firstUpdated() from Lit |
lit-updated |
updated() from Lit |
lit-ce |
Create the custom event |
lit-conditional-template |
Create conditional template expression |
lit-tmpl-loop |
Iterate templates through map() |
lit-repeat |
Render a keyed list with Lit repeat() |
lit-when |
Conditionally render with Lit when() |
lit-if-defined |
Render an attribute only when a value is defined |
lit-until |
Render fallback content until a promise resolves |
lit-cache |
Cache a Lit template |
lit-guard |
Only re-render a template when guard dependencies change |
lit-live |
Use live() for bindings that must read the DOM value |
lit-ref |
Add Lit ref directive |
lit-keyed |
Associate a template with a key |
lit-style |
Add styleMap() to the element. Import it from lit/directives/style-map.js |
lit-class |
Add classMap() to the element. Import it from lit/directives/class-map.js |
lit-should-update |
Implement shouldUpdate life cycle hook |
lit-test-open-wc |
Test case based on @open-wc |
lit-reactive-controller |
Create a Lit reactive controller |
lit-task |
Create a Lit Labs Task |
lit-task-render |
Render Lit Labs Task states |