Versions in this module Expand all Collapse all v0 v0.1.0 Sep 30, 2023 Changes in this version + type Choice struct + Description string + Name string + type Model struct + Width int + func New(choices []Choice, maxColumns, maxRows int) Model + func (m *Model) Margin(i ...int) + func (m Model) Selection() string + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string + type Styles struct + Choice lipgloss.Style + Selection lipgloss.Style