Add full example app (#204) Also, remove the other examples and simplify the readme.
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
A internal/examples/app/go.mod
@@ -0,0 +1,5 @@ +module app + +go 1.23.1 + +require github.com/maragudk/gomponents v0.20.5