Versions in this module Expand all Collapse all v0 v0.1.0 Feb 17, 2023 Changes in this version + type Bubble struct + func New() Bubble + func (b Bubble) Init() tea.Cmd + func (b Bubble) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (b Bubble) View() string + type KeyMap struct + Back key.Binding + Exit key.Binding + Next key.Binding + Quit key.Binding + SelectListItem key.Binding + func DefaultKeyMap() KeyMap