| modified | Sunday 25 January 2026 |
|---|
This directory contains auto-generated documentation for the UI package.
To regenerate the documentation:
1make docs
This will:
To add an example for a function, create an Example<FunctionName> function in the test files:
1func ExampleButton() {
2 btn := &Clickable{}
3 widget := Button(btn, "Click Me")
4 ShowWidget(widget)
5}
Browse the documentation by opening index in your markdown viewer or IDE.
This is an auto-generated directory. Do not edit files manually.