Text
A wrapper for Text component with extra functionality like modifiers support
Extends: Text
(meaning you can pass the super component's props as well).
(meaning you can pass the super component's props as well).
Supported modifiers: margins, color, typography.
Read more about modifiers here.
PROPS
name | description | type | default |
---|---|---|---|
color | color of the text | string | |
center | whether to center the text (using textAlign) | bool | |
uppercase | whether to change the text to uppercase | bool |