Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + type EmptyView struct + Hint string + Keys []ui.KeyHint + Title string + func (EmptyView) Init() tea.Cmd + func (EmptyView) Update(_ tea.Msg, _ *ui.AppCtx) tea.Cmd + func (v EmptyView) HeaderKeys() []ui.KeyHint + func (v EmptyView) Render(width, height int, _ *ui.AppCtx) string + type PickerView struct + func NewPicker() *PickerView + func (v *PickerView) HeaderKeys() []ui.KeyHint + func (v *PickerView) Init() tea.Cmd + func (v *PickerView) Render(width, height int, _ *ui.AppCtx) string + func (v *PickerView) Update(msg tea.Msg, ctx *ui.AppCtx) tea.Cmd + type Placeholder struct + Hint string + Title string + func (Placeholder) Init() (cmd interface{ ... })