Versions in this module Expand all Collapse all v0 v0.10.0 Nov 9, 2022 Changes in this version + type Model struct + Styles *Styles + func New(keymap help.KeyMap) Model + func (m Model) Height() int + func (m Model) Init() tea.Cmd + func (m Model) Resize(width, height int) components.Model + func (m Model) SetKeyMap(keymap help.KeyMap) Model + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string + func (m Model) Width() int + type Styles struct + Border lipgloss.Style + Ellipsis lipgloss.Style + HelpFeintText lipgloss.Style + HelpText lipgloss.Style + func DefaultStyles() *Styles