Versions in this module Expand all Collapse all v0 v0.3.0 Jul 20, 2022 v0.2.0 Jul 15, 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.1.0 Jul 14, 2022