ui

package
v0.4.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package ui provides shared terminal styles for CLI output.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Header is used for section titles.
	Header = lipgloss.NewStyle().Bold(true)

	// Label is used for left-column labels in key-value layouts.
	Label = lipgloss.NewStyle().Faint(true).Width(16) //nolint:mnd // label column width

	// Value is used for highlighted values.
	Value = lipgloss.NewStyle().Foreground(lipgloss.BrightGreen)

	// Faint is used for secondary information.
	Faint = lipgloss.NewStyle().Faint(true)

	// Separator renders a horizontal rule.
	Separator = "────────────────────────────────"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL