01
The complete API surface, generated from source. All examples are compiler-verified.
The template syntax
VBox.Gap(2).Border(BorderRounded).CascadeStyle(&theme)( Text(&title).Bold().FG(Cyan), HBox.Gap(1)( Text(&count), Space(), Text("items"), ), List(&items).Render(func(item *string) any { return Text(item) }).BindNav("j", "k"), )
Configure with chained methods, then call as a function with children. Values behind pointers are dereferenced every render pass — no subscriptions, no signals.
Loading API reference...