package
0.20.0
Repository: https://github.com/mum4k/termdash.git
Documentation: pkg.go.dev

# Functions

ColWidthFixed creates a column of the specified fixed width.
ColWidthFixedWithOpts is like ColWidthFixed, but also allows to apply additional options to the container that represents the column.
ColWidthPerc creates a column of the specified relative width.
ColWidthPercWithOpts is like ColWidthPerc, but also allows to apply additional options to the container that represents the column.
New returns a new grid builder.
RowHeightFixed creates a row of the specified fixed height.
RowHeightFixedWithOpts is like RowHeightFixed, but also allows to apply additional options to the container that represents the row.
RowHeightPerc creates a row of the specified relative height.
RowHeightPercWithOpts is like RowHeightPerc, but also allows to apply additional options to the container that represents the row.
Widget adds a widget into the Row or Column.

# Structs

Builder builds grid layouts.

# Interfaces

Element is an element that can be added to the grid.