We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a95690b + f0e847f commit c3a23bbCopy full SHA for c3a23bb
README.md
@@ -65,6 +65,7 @@ and renders declaratively using `lit-html`.
65
* expression: ``` html`<div>${this.disabled ? 'Off' : 'On'}</div>` ```
66
* property: ``` html`<x-foo .bar="${this.bar}"></x-foo>` ```
67
* attribute: ``` html`<div class="${this.color} special"></div>` ```
68
+ * boolean attribute: ``` html`<input type="checkbox" ?checked=${checked}>` ```
69
* event handler: ``` html`<button @click="${this._clickHandler}"></button>` ```
70
71
## Getting started
0 commit comments