Color Schemes for Heading are not implemented in the default theme. You can extend the theme to implement them.
Heading
Heading is used to render semantic HTML heading elements.
Props#
The Heading composes the Box component, so you
can pass all Box props.
colorScheme
colorSchemeDescription
Type
(string & {})orientation
orientationType
"horizontal" | "vertical"size
sizeType
"4xl" | "3xl" | "2xl" | "xl" | "lg" | "md" | "sm" | "xs"Default
"xl"styleConfig
styleConfigType
Dict<any>variant
variantDescription
Variants for Heading are not implemented in the default theme. You can extend the theme to implement them.
Type
stringProps#
The Heading composes the Box component, so you
can pass all Box props.
colorScheme
colorSchemeDescription
Color Schemes for Heading are not implemented in the default theme. You can extend the theme to implement them.
Type
(string & {})orientation
orientationType
"horizontal" | "vertical"size
sizeType
"4xl" | "3xl" | "2xl" | "xl" | "lg" | "md" | "sm" | "xs"Default
"xl"styleConfig
styleConfigType
Dict<any>variant
variantDescription
Variants for Heading are not implemented in the default theme. You can extend the theme to implement them.
Type
string