Text
View Source
Text is a primitive component that typography components build from.
Text weight: 300
Text weight: 600
Text weight: 900
Copy
Edit
Props
innerRef
Function | ObjectGain access to the internal ref
inline
booleanIf true, sets display: inline-block, otherwise it defaults to display: block
align
'left' | 'center' | 'right'Maps to CSS textAlign property
italic
booleanSets fontStyle: italic
truncate
booleanSets whiteSpace: nowrap, overflow: hidden, textOverflow: ellipsis
size
number | stringMaps to CSS fontSize property. Accepts an index to fontSizes theme when using a numeric value, sets a pixel value if a no theme value found.
underline
stringMaps to CSS textDecoration property
weight
number | stringMaps to CSS fontWeight property
wrap
booleanSets whiteSpace: nowrap when false