gitstack

grindlemire/go-tui code browser

330 B markdown 9 lines 2026-03-02 · 77e5fa9 raw
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 .
```