From 956e8edd2b30f84f33a9bd48391e2d05a738e0c9 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 1 Nov 2019 18:21:18 +0100 Subject: [PATCH] cdn.html: Add element with state and styling --- cdn.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/cdn.html b/cdn.html index 115a00c..eb24bb3 100644 --- a/cdn.html +++ b/cdn.html @@ -4,7 +4,7 @@ @@ -20,6 +42,10 @@ customElements.define('hello-world', HelloWorld);

lit-html CDN examples

Hello World

- + + +

Stateful and with shadow DOM styling

+

Click counter: and one with a non-default +attribute:

-- 2.39.2