1
2
3
4
5
6
7
8
9
|
# Docs Example
The counter app used in the project's main README and on [go-tui.dev](https://go-tui.dev)'s landing page. A struct component with reactive `State[int]`, keyboard input via `KeyMap`, a one-second timer watcher, reusable templ functions (`Badge`, `Card`), and the `{children...}` slot.
## Run
```bash
go run .
```
|