We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3a23bb + 15d8ce6 commit 3635569Copy full SHA for 3635569
README.md
@@ -12,7 +12,8 @@
12
LitElement uses [lit-html](https://github.com/Polymer/lit-html) to render into the
13
element's [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)
14
and adds API to help manage element properties and attributes. LitElement reacts to changes in properties
15
-and renders declaratively using `lit-html`.
+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.
17
18
* **Setup properties:** LitElement supports observable properties that cause the element to update.
19
These properties can be declared in a few ways:
0 commit comments