Heading
The heading is used to create various levels of typographic hierarchies.
Import
Importimport { Heading } from '@backyard-ui/core';
Usage
UsageSize
SizeUse the size
prop to increase the visual size.
Color
ColorUse the color
prop to change the visual color.
Truncate
TruncateUse the noOfLines
prop to truncate the heading with a specific number of lines.
Override the element
Override the elementTo override the element that gets rendered, use the asChild
.
API Reference
API Reference- colorDescription The CSS `color` propertyType
"inherit" | "black" | "white" | "current" | "transparent" | "product-facebook" | "product-google" | "product-linkedin" | "product-pinterest" | "product-twitter" | "product-youtube" | ... 145 more ...
Defaultblack - children requiredDescription The heading childrenType
ReactNode
- asChildDescription Change the component to the HTML tag or custom component of the only childType
boolean
- alignDescription The CSS `text-align` propertyType
"center" | "right" | "left" | "start" | "end" | "justify"
- transformDescription The CSS `text-transform` propertyType
"none" | "uppercase" | "lowercase" | "capitalize"
- sizeDescription The heading sizeType
"xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl"
Defaultxl - noOfLinesDescription The CSS `line-clamp` propertyType
number
- isItalicDescription The CSS `font-style` propertyType
boolean
Defaultfalse