Versions in this module Expand all Collapse all v0 v0.2.0 Apr 28, 2021 Changes in this version + type Model struct + Cursor int + Items []string + func NewModel(items []string) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string