Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Row ¶
Row returns a fully-painted row string of exactly width cells.
This is the canonical way to render any row in a component or bento. Every cell has an explicit Bg so the Ultraviolet surface overlay does not fall back to the canvas color for padding/whitespace cells.
Rule: never use lipgloss.PlaceHorizontal or bare Render(content) for rows that sit on a surface — always go through Row() or an equivalent .Background().Width(w).Render() chain.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.