Versions in this module Expand all Collapse all v0 v0.2.0 Jun 11, 2026 v0.1.0 Jun 10, 2026 Changes in this version + func New(value string, ps ...props.Text) core.Component + func NewAutoRow(value string, ps ...props.Text) core.Row + func NewCol(size int, value string, ps ...props.Text) core.Col + func NewRow(height float64, value string, ps ...props.Text) core.Row + type Text struct + func (t *Text) GetHeight(provider core.Provider, cell *entity.Cell) float64 + func (t *Text) GetStructure() *node.Node[core.Structure] + func (t *Text) Render(provider core.Provider, cell *entity.Cell) + func (t *Text) SetConfig(config *entity.Config)