Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2026 v1.0.0 Jul 30, 2026 Changes in this version + type Title struct + func New(text ...any) Title + func (title Title) ActionText() string + func (title Title) Duration() time.Duration + func (title Title) FadeInDuration() time.Duration + func (title Title) FadeOutDuration() time.Duration + func (title Title) Subtitle() string + func (title Title) Text() string + func (title Title) WithActionText(text ...any) Title + func (title Title) WithDuration(d time.Duration) Title + func (title Title) WithFadeInDuration(d time.Duration) Title + func (title Title) WithFadeOutDuration(d time.Duration) Title + func (title Title) WithSubtitle(text ...any) Title