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
align
Description
Type
SystemProps["textAlign"]
casing
casing
Description
The CSS `text-transform` property
Type
SystemProps["textTransform"]
colorScheme
colorScheme
Description
Color Schemes for Text
are not implemented in the default theme. You can extend the theme to implement them.
Type
(string & {})
decoration
decoration
Description
The CSS `text-decoration` property
Type
SystemProps["textDecoration"]
orientation
orientation
Type
"horizontal" | "vertical"
size
size
Description
Sizes for Text
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
styleConfig
styleConfig
Type
Dict<any>
variant
variant
Description
Variants for Text
are not implemented in the default theme. You can extend the theme to implement them.
Type
string