Components
/
Typography
/
Heading
<Heading>A million ways to win</Heading>
<Heading size="md">A million ways to win</Heading>
<Heading weight="demi">A million ways to win</Heading>
<Heading color="purple.500">A million ways to win</Heading>
<Heading uppercase>A million ways to win</Heading>

Props

Heading

PropTypeDefaultDescription
align enuma value of `center`, `left` or `right`
color string'black.500'`color` from the theme
lineHeight union
size enum'md'results in smaller or larger Heading text size
weight enum'demi'a value of `light`, `book`, `medium`, `demi`, `bold`, `heavy` or `extrabold`
shadow string`shadows` from the theme
numberOfLines numberwill shorten text with an ellipsis
uppercase boolconverts all characters to uppercase