The CSS `text-align` property
Text
Text is the used to render text and paragraphs within an interface.
Props#
Text composes the Box component, so you can
pass all Box style props.
align
alignSystemProps["textAlign"]casing
casingThe CSS `text-transform` property
SystemProps["textTransform"]colorScheme
colorSchemeColor Schemes for Text are not implemented in the default theme. You can extend the theme to implement them.
(string & {})decoration
decorationThe CSS `text-decoration` property
SystemProps["textDecoration"]orientation
orientation"horizontal" | "vertical"size
sizeSizes for Text are not implemented in the default theme. You can extend the theme to implement them.
stringstyleConfig
styleConfigDict<any>variant
variantVariants for Text are not implemented in the default theme. You can extend the theme to implement them.
stringProps#
Text composes the Box component, so you can
pass all Box style props.
align
alignThe CSS `text-align` property
SystemProps["textAlign"]casing
casingThe CSS `text-transform` property
SystemProps["textTransform"]colorScheme
colorSchemeColor Schemes for Text are not implemented in the default theme. You can extend the theme to implement them.
(string & {})decoration
decorationThe CSS `text-decoration` property
SystemProps["textDecoration"]orientation
orientation"horizontal" | "vertical"size
sizeSizes for Text are not implemented in the default theme. You can extend the theme to implement them.
stringstyleConfig
styleConfigDict<any>variant
variantVariants for Text are not implemented in the default theme. You can extend the theme to implement them.
string