Versions in this module Expand all Collapse all v0 v0.1.1 Mar 13, 2022 Changes in this version type Model + func (m Model) WithWidth(width int) Model v0.1.0 Mar 5, 2022 Changes in this version + type Model struct + func New(data interface{}) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string + func (m Model) WithStyleBlank() Model + func (m Model) WithStyleDefault() Model + func (m Model) WithStyles(styles Styles) Model + type Styles struct + FieldKey lipgloss.Style