text
Applying the text
system modifier to your component will allow consumers of your component to pass in the following props:
Property | Type | Description |
---|---|---|
$textAlign | (See MDN) | Applies text-align styles |
$textDecoration | (See MDN) | Applies text-decoration styles |
$textTransform | (See MDN) | Applies text-transform styles |
$textOverflow | (See MDN) | Applies text-overflow styles |
$textIndent | (See MDN) | Applies text-indent styles |
$textWrap | (See MDN) | Applies text-wrap styles |
$whiteSpace | (See MDN) | Applies white-space styles |