From eb115d25eada33bce7fd156fc02ffe417028d5e1 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 24 Aug 2024 01:40:57 +0200 Subject: [PATCH] chore: add new post-apocalyptic demo (#50) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c562ea0..0741bdd 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ Here is an example of using a custom element in a single .html file. ### 3. Feature Demos Some feature-specific demos: +1. [Context-Aware Post-Apocalyptic Human](https://codepen.io/ayoayco-the-styleful/pen/WNqJMNG?editors=1010) 1. [Simple reactive property](https://codepen.io/ayoayco-the-styleful/pen/ZEwoNOz?editors=1010) 1. [Counter & Toggle](https://codepen.io/ayoayco-the-styleful/pen/PoVegBK?editors=1010) 1. [Using custom templating (lit-html)](https://codepen.io/ayoayco-the-styleful/pen/ZEwNJBR?editors=1010)