From d7ec75386d26196d6e0f739f6b6f3d18def495ab Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 8 Feb 2025 20:03:30 +0100 Subject: [PATCH] chore: add links to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 008a791..5d82410 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ When you extend the `WebComponent` class for your component, you only have to de The result is a reactive UI on property changes. -Links: - +## Links +- [Repository](https://git.sr.ht/~ayoayco/wcb) +- [Issues](https://todo.sr.ht/~ayoayco/wcb) - [Read a blog explaining the reactivity](https://ayos.blog/reactive-custom-elements-with-html-dataset/) - [View demo on CodePen](https://codepen.io/ayoayco-the-styleful/pen/ZEwoNOz?editors=1010)