diff options
author | Markus Wüstenberg | 2024-10-15 11:11:53 +0200 |
---|---|---|
committer | Markus Wüstenberg | 2024-10-15 11:11:53 +0200 |
commit | 87bb2f37cb56ea53aafb06d5e264935a49e65bd6 (patch) | |
tree | ab9a2eb0f001ecfa80b02753813c1d3b73a8c830 | |
parent | e53dba6a6cdbf05d0577e0fa0d61d3c141a641db (diff) | |
download | gomponents-87bb2f37cb56ea53aafb06d5e264935a49e65bd6.tar.lz gomponents-87bb2f37cb56ea53aafb06d5e264935a49e65bd6.tar.zst gomponents-87bb2f37cb56ea53aafb06d5e264935a49e65bd6.zip |
Add gomponents-starter-kit link to readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 1e83814..e7aa7da 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ func NavbarLink(href, name, currentPath string) Node { (Some people don't like dot-imports, and luckily it's completely optional.) For a more complete example, see [the examples directory](internal/examples/). +There's also the [gomponents-starter-kit](https://github.com/maragudk/gomponents-starter-kit) for a full application template. ### What's up with the specially named elements and attributes? |