Versions in this module Expand all Collapse all v0 v0.2.0 Apr 6, 2026 Changes in this version + var Dim = lipgloss.Color("#666666") + var Green = lipgloss.Color("#32be78") + var StyleDim = lipgloss.NewStyle().Foreground(Dim) + var StyleGreen = lipgloss.NewStyle().Foreground(Green) + var StyleHeader = lipgloss.NewStyle().Bold(true).Foreground(white) + var StyleRed = lipgloss.NewStyle().Foreground(red) + func Card(title string, pairs [][2]string) + func Error(msg string) + func Info(msg string) + func JSON(v any) + func KeyValue(label, value string) + func ProgressBar(percent float64, width int) string + func Success(msg string) + func Table(headers []string, rows [][]string)