Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + var FocusPrimary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var FocusSecondry = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var StandardPrimary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var StandardSecondry = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + type Model struct + Selection selection.Model + Stream textinput.Model + Success bool + Tag textinput.Model + func New() Model + func (m *Model) FocusSelected() + func (m *Model) Valid() bool + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string