Versions in this module Expand all Collapse all v1 v1.0.1 Nov 26, 2025 v1.0.0 Nov 26, 2025 Changes in this version + type Model struct + func NewModel() Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string