package
Version:
v1.16.0
Opens a new window with list of versions in this module.
Published: Dec 30, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Focusable represents components that can receive focus
Help represents components that provide help information
Model is the base interface for all TUI models
type Positionable interface {
SetPosition(x, y int) tea.Cmd
}
type Sizeable interface {
SetSize(width, height int) tea.Cmd
}
Sizeable represents components that can be resized
Source Files
¶
Click to show internal directories.
Click to hide internal directories.