Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + func ErrCmd(err error) tea.Cmd + type CustomAction struct + Description string + Do func(selected T) tea.Cmd + Key string + type ErrMsg error + type Model struct + Error error + func New[T any](opts Options[T]) Model[T] + func (m Model[T]) Init() tea.Cmd + func (m Model[T]) Picked() *T + func (m Model[T]) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model[T]) View() string + type Options struct + CustomActions []CustomAction[T] + ItemRenderFunc func(T) string + Items []T + MessageForZeroItems string