Skip to content

Commit 15d8ce6

Browse files
committed
Added reference to lit-html guide for how to create templates
1 parent 4a38054 commit 15d8ce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
LitElement uses [lit-html](https://github.com/Polymer/lit-html) to render into the
1313
element's [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)
1414
and adds API to help manage element properties and attributes. LitElement reacts to changes in properties
15-
and renders declaratively using `lit-html`.
15+
and renders declaratively using `lit-html`. See the [lit-html guide](https://polymer.github.io/lit-html/guide)
16+
for additional information on how to create templates for lit-element.
1617

1718
* **Setup properties:** LitElement supports observable properties that cause the element to update.
1819
These properties can be declared in a few ways:

0 commit comments

Comments
 (0)