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 | Object
Gain access to the internal ref
inline
boolean
If true
, sets display: inline-block
, otherwise it defaults to display: block
align
'left' | 'center' | 'right'
Maps to CSS textAlign
property
italic
boolean
Sets fontStyle: italic
truncate
boolean
Sets whiteSpace: nowrap
, overflow: hidden
, textOverflow: ellipsis
size
number | string
Maps 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
string
Maps to CSS textDecoration
property
weight
number | string
Maps to CSS fontWeight
property
wrap
boolean
Sets whiteSpace: nowrap
when false