From 5d63d1593daab6b522810a0e366da0c6f26d4140 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Fri, 14 Jun 2024 12:47:26 +0200 Subject: [PATCH] feat: remove codepen embed --- ...023-12-21-reactive-custom-elements-with-html-dataset.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md b/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md index 67719d2..877d21d 100644 --- a/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md +++ b/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md @@ -28,13 +28,6 @@ Here we want to use standard APIs available for custom elements: `HTMLElement.da Let's consider the following code example (also [in CodePen →](https://codepen.io/ayoayco-the-styleful/pen/abMbvbo?editors=1010)): -

- See the Pen - Custom Element Reactivity by Ayo Ayco (@ayoayco-the-styleful) - on CodePen. -

- - ```js class Counter extends HTMLElement { static observedAttributes = ["data-count"];