about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Wüstenberg2020-11-02 11:05:23 +0100
committerGitHub2020-11-02 11:05:23 +0100
commit87d09c382434c9198c50356954fedf0ab8e5576f (patch)
treec544cb808bec3bd119626c192dcc125741292aad /README.md
parent267d40bbea6036f913c4047a6a2055b3e5d7bb96 (diff)
downloadgomponents-87d09c382434c9198c50356954fedf0ab8e5576f.tar.lz
gomponents-87d09c382434c9198c50356954fedf0ab8e5576f.tar.zst
gomponents-87d09c382434c9198c50356954fedf0ab8e5576f.zip
Add package docs (#41)
Also update readme with features.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 28f1edf..118a1c7 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,16 @@ The implementation is still incomplete, but usable. The API may change until ver
 Check out the blog post [gomponents: declarative view components in Go](https://www.maragu.dk/blog/gomponents-declarative-view-components-in-go/)
 for background.
 
+## Features
+
+- Write declarative HTML in Go without all the strings, so you get
+  - Type safety
+  - Auto-completion
+  - Nice formatting with `gofmt`
+- Simple API that's easy to learn and use
+- Build reusable view components
+- No external dependencies
+
 ## Usage
 
 Get the library using `go get`: