| Property | Type | Description |
|---|---|---|
align? | VerticalAlign | One of: Baseline, Bottom, Middle, TextBottom, TextTop, Top |
bold? | boolean | |
children? | React.ReactNode | |
className? | string | |
color? | Color | One of: Alt, Alt2, Base, Error, Link, Live, Overlay, OverlayAlt |
decoration? | TextDecoration | One of: Strikethrough, Underline |
ellipsis? | boolean | |
fontSize?! Breakpoint Compatible | FontSize | One of: Size1, Size2, Size3, Size4, Size5, Size6, Size7, Size8 |
italic? | boolean | |
lineHeight? | LineHeight | One of: Body, Heading |
lines? | Lines | One of: 1, 2 |
noWrap? | boolean | |
strikethrough? | boolean | |
title? | string | |
transform? | TextTransform | One of: Capitalize, Uppercase |
type? | TextType | One of: Em, H1, H2, H3, H4, H5, H6, P, Span, Strong |
wordBreak? | WordBreak | One of: BreakAll, BreakWord, KeepAll, Normal |