Versions in this module Expand all Collapse all v0 v0.4.0 Mar 2, 2024 Changes in this version + type Model struct + func New(subModel tea.Model) *Model + func (m *Model) Init() tea.Cmd + func (m *Model) Resize(w, h int) layout.ResizingModel + func (m *Model) SelectorVisible() bool + func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *Model) View() string