content-text-block
Description
A text block can be considered as the base text layer. It usually consists of content-line elements or content-spacer formatters. A text block is highly flexible and can be reused in many different places.
Benefits
Text blocks allow you to match the height of a container or set a fixed height and vertical alignment.
Properties
Property |
Attribute |
Description |
Type |
Default |
class |
class |
This is a pipe separated string representing the style class. |
string |
undefined |
fullHeight |
full-height |
|
string |
'false' |
minHeight |
min-height |
This is a pipe separated string representing the minimum height. Units without values default to pixels. |
string |
undefined |
verticalAlignment |
vertical-alignment |
Pipe separated list of ContentVerticalAlignments for text box placement. |
string |
'top' |
Slots
Slot |
Description |
|
Default slot, same as content slot |
"content" |
This slot will usually serve a text block. |
"footer" |
This slot is placed below the content slot |