Versions in this module Expand all Collapse all v0 v0.4.0 Aug 17, 2022 Changes in this version + type Model struct + Spinner spinner.Model + Text string + func NewModel(text string) Model + func (m Model) Init() tea.Cmd + func (m Model) Tick() tea.Msg + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string v0.0.1 Jul 8, 2022