Versions in this module Expand all Collapse all v0 v0.2.0 Apr 6, 2026 v0.1.0 Apr 3, 2026 Changes in this version + type Model struct + Context []string + ContextStyle lipgloss.Style + FailedStyle lipgloss.Style + HideOnSuccess bool + HideProgressOnSuccess bool + HideStageOnSuccess bool + HintEndCaps []string + HintStyle lipgloss.Style + Hints []string + ProgressBar progressBubble.Model + Spinner spinner.Model + SuccessStyle lipgloss.Style + TitleOptions Title + TitleStyle lipgloss.Style + TitleWidth int + UpdateDuration time.Duration + WindowSize tea.WindowSizeMsg + func New(wg *sync.WaitGroup, opts ...Option) Model + func (m Model) ID() int + func (m Model) Init() tea.Cmd + func (m Model) IsVisible() bool + func (m Model) Sequence() int + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string + type Option func(*Model) + func WithNoStyle() Option + func WithProgress(prog progress.Progressable) Option + func WithStagedProgressable(s progress.StagedProgressable) Option + func WithStager(s progress.Stager) Option + type TickMsg struct + ID int + Sequence int + Time time.Time + type Title struct + Default string + Failed string + Running string + Success string + func (t Title) Title(p progress.Progress) string