TextProps
TextProps =
object
Properties
Property | Modifier | Type | Description |
---|---|---|---|
|
|
Same as | |
|
|
Make the text bold. | |
|
|
‐ | |
|
|
Change text color. Ink uses chalk under the hood, so all its functionality is supported. | |
|
|
Dim the color (emit a small amount of light). | |
|
|
Inverse background and foreground colors. | |
|
|
Make the text italic. | |
|
|
Make the text crossed with a line. | |
|
|
Make the text underlined. | |
|
|
This property tells Ink to wrap or truncate text if its width is larger than container.
If |