Versions in this module Expand all Collapse all v0 v0.1.0 Sep 4, 2026 Changes in this version + func Spin(label string, f func(), opts ...Option) + type Option func(*Spinner) + func WithDelay(d time.Duration) Option + func WithFrames(frames []string) Option + func WithLabelFunc(f func() string) Option + func WithMaxWidth(n int) Option + func WithStartDelay(d time.Duration) Option + type Spinner struct + func Start(label string, opts ...Option) *Spinner + func (s *Spinner) Stop()