package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Sep 1, 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
type Heightable interface {
Model
Height(width int) int
}
Help represents components that provide help information
Model is the base interface for all TUI models
type Sizeable interface {
SetSize(width, height int) tea.Cmd
GetSize() (width, height int)
}
Sizeable represents components that can be resized
Source Files
¶
Click to show internal directories.
Click to hide internal directories.