Text
A tile that display simple text or platform specific text (e.g. html)
Name | Description |
---|---|
component | text |
text | text to be displayed, can be text, html, markdown, etc. Any text in here will not be parsed as expression |
overflow | how to handle text overflow, valid values are ellipsis | clip | fade | visible |
span | see general styling but how many rows to span, default is 1. Set this values to expanded if we want to span the remaining rows. Used this when you want your text to wrap instead of overflowing |
styles | see styles |
Styles
In addition to regular styles, the following are also supported
Name | Description |
---|---|
textAlign | center | start | end | left | right | justify |
decoration | upper-case | lower-case | capitalize |