Import
Usage
Props
Render as a different HTML element.
Text variant from
theme.text. Common variants include default, heading, caps, small, etc.Theme-aware styles for custom typography.
Inherited Props
Text extends Box and accepts:- All standard HTML span attributes (or attributes for the element specified with
as) - Box spacing props (m, p, mx, my, px, py, etc.)
- Box color props (color, bg, opacity)
Typography Props
These can be applied via thesx prop:
fontFamily: Maps totheme.fontsfontSize: Maps totheme.fontSizesfontWeight: Maps totheme.fontWeightslineHeight: Maps totheme.lineHeightsletterSpacing: Maps totheme.letterSpacingstextAlign,textDecoration,textTransform, etc.
