Documentation
¶
Overview ¶
Package col implements creation of columns.
Index ¶
- func New(size ...int) core.Col
- type Col
- func (c *Col) Add(components ...core.Component) core.Col
- func (c *Col) GetSize() int
- func (c *Col) GetStructure() *node.Node[core.Structure]
- func (c *Col) Render(provider core.Provider, cell entity.Cell, createCell bool)
- func (c *Col) SetConfig(config *entity.Config)
- func (c *Col) WithStyle(style *props.Cell) core.Col
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Col ¶
type Col struct {
// contains filtered or unexported fields
}
func (*Col) GetStructure ¶
GetStructure returns the Structure of a core.Col.
Click to show internal directories.
Click to hide internal directories.