Documentation
¶
Index ¶
- func RenderBox(title, content string, width int) string
- func RenderBreadcrumb(items ...string) string
- func RenderDivider(width int) string
- func RenderFooter(content string, width int) string
- func RenderHeader(title string, subtitle ...string) string
- func RenderKeyValue(key, value string) string
- func RenderList(items []string, ordered bool) string
- func RenderProgress(current, total int, width int) string
- func RenderSection(title, content string) string
- func RenderSpinner(frame int) string
- func RenderStatusBar(left, center, right string, width int) string
- func RenderTabs(tabs []string, activeIndex int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderBreadcrumb ¶
RenderBreadcrumb creates a breadcrumb navigation display
func RenderDivider ¶
RenderDivider creates a horizontal divider
func RenderFooter ¶
RenderFooter creates a consistent footer for TUIs
func RenderHeader ¶
RenderHeader creates a consistent header for TUIs
func RenderKeyValue ¶
RenderKeyValue creates a key-value display
func RenderList ¶
RenderList creates a styled list
func RenderProgress ¶
RenderProgress creates a progress bar
func RenderSection ¶
RenderSection creates a section with a title and content
func RenderSpinner ¶
RenderSpinner creates a simple spinner animation frame
func RenderStatusBar ¶
RenderStatusBar creates a status bar with multiple sections
func RenderTabs ¶
RenderTabs creates a tab bar
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.