Documentation
¶
Overview ¶
tui-widget-explorer is an interactive gallery of the go-widgets/tui cell-native widget set: a scrollable list of widget names on the left, a live instance of the selected widget on the right. Unlike cmd/tui-widgets (a static one-frame snapshot), this is a full tui.App — you can poke each widget:
↑ / ↓ select a widget (rebuilds the live stage) Tab move keyboard focus into the stage (type / arrow the widget) Esc return focus to the list mouse click / drag the stage widget directly (always live) q, Ctrl+C quit
It is itself composed from library widgets (VBox + HSplit + ListBox + Statusbar), so it dogfoods the set it showcases.
Click to show internal directories.
Click to hide internal directories.