Versions in this module Expand all Collapse all v6 v6.3.0 May 5, 2022 v6.2.3 Apr 7, 2022 Changes in this version + var ActiveTabBorder = lipgloss.Border + var TabBorder = lipgloss.Border + func CancelButton(focused, defaultButton bool, value string) string + func NewSpinner() spinner.Model + func OKButton(focused, defaultButton bool, value string) string + func PasswordType(o *options.PasswordsOptions) string + type ErrorMsg struct + type Index int + type Item string + func (i Item) FilterValue() string + type ItemDelegate struct + func (d ItemDelegate) Height() int + func (d ItemDelegate) Render(w io.Writer, m list.Model, index int, listItem list.Item) + func (d ItemDelegate) Spacing() int + func (d ItemDelegate) Update(msg tea.Msg, m *list.Model) tea.Cmd + type Message struct + Err error + func (e Message) Error() string + type OtherMsg struct + type SetMsg string + type State int + const Loading + const Ready + type Styles struct + ActiveTab lipgloss.Style + BaseStyle lipgloss.Style + Bold lipgloss.Style + Checkmark lipgloss.Style + Cursor lipgloss.Style + Divider lipgloss.Style + Doc lipgloss.Style + Error lipgloss.Style + FilterCursor lipgloss.Style + FilterPrompt lipgloss.Style + FocusedPrompt lipgloss.Style + Help lipgloss.Style + InactivePagination lipgloss.Style + Item lipgloss.Style + ListTitle lipgloss.Style + ListView lipgloss.Style + Pagination lipgloss.Style + Prompt lipgloss.Style + SelectedMenuItem lipgloss.Style + SelectionMarker lipgloss.Style + Subtle lipgloss.Style + Success lipgloss.Style + Tab lipgloss.Style + Wrap lipgloss.Style + func DefaultStyles() Styles + type SuccessMsg struct