color | MantineColor | Deprecated: Use c prop instead |
gradient | MantineGradient | Gradient configuration, ignored when variant is not gradient Default value: theme.defaultGradient |
inherit | boolean | Determines whether font properties should be inherited from the parentDefault value: false |
inline | boolean | Sets line-height to 1 for centeringDefault value: false |
lineClamp | number | Number of lines after which Text will be truncated |
size | MantineSize | (string & {}) | Controls font-size and line-height Default value: 'md' |
truncate | TextTruncate | Side on which Text must be truncated, if true , text is truncated from the start |
underline | "always" | "hover" | "not-hover" | "never" | Defines when text-decoration: underline styles are applied.Default value: hover |