From 95836e42dfe12be0e1ddb9a63df960f1ab0aa22e Mon Sep 17 00:00:00 2001 From: sebkolind Date: Sun, 2 Jun 2024 19:50:47 +0200 Subject: [PATCH] docs(readme): add examples section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fae272..83ba985 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ const Counter: Component = { mount(document.body, Counter); ``` +## 💡 Examples + +You can find examples for building a [simple counter](https://github.com/tentjs/examples/tree/main/counter), [todo list](https://github.com/tentjs/examples/tree/main/todo-list), [a form](https://github.com/tentjs/examples/tree/main/form) and more in the [examples repository](https://github.com/tentjs/examples). + ## 👍🏻 Contribute If you want to support the active development of Tent, there are a few ways you can help: