Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + func Stackify(m tea.Model) tea.Model + type FakeDimensionModel struct + Height int + Value string + Width int + func (f *FakeDimensionModel) Init() tea.Cmd + func (f *FakeDimensionModel) SetHeight(height int) + func (f *FakeDimensionModel) SetWidth(width int) + func (f *FakeDimensionModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (f *FakeDimensionModel) View() string + type SimpleModel struct + Str string + func (m *SimpleModel) Init() tea.Cmd + func (m *SimpleModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *SimpleModel) View() string