Text Style Props
Props
lineHeightcolorfontSizefontStylefontWeightletterSpacingfontFamilytextAligntextDecorationColortextDecorationLinetextDecorationStylewritingDirection
Reference
Props
lineHeight
| Type | Required |
|---|---|
| number | No |
color
| Type | Required |
|---|---|
| string | No |
fontSize
| Type | Required |
|---|---|
| number | No |
fontStyle
| Type | Required |
|---|---|
| enum('normal', 'italic') | No |
fontWeight
| Type | Required |
|---|---|
| enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') | No |
letterSpacing
| Type | Required |
|---|---|
| number | No |
fontFamily
| Type | Required |
|---|---|
| string | No |
textAlign
| Type | Required |
|---|---|
| enum('auto', 'left', 'right', 'center', 'justify') | No |
textDecorationColor
| Type | Required |
|---|---|
| string | No |
textDecorationLine
| Type | Required |
|---|---|
| enum('none', 'underline', 'line-through', 'underline line-through') | No |
textDecorationStyle
| Type | Required |
|---|---|
| enum('solid', 'double', 'dotted', 'dashed') | No |
writingDirection
| Type | Required |
|---|---|
| enum('auto', 'ltr', 'rtl') | No |
