Headings are used to display titles and subtitles with semantic HTML heading elements.
A component for displaying headings with different levels (h1-h6) and customizable styling.
Prop | Type | Default |
---|---|---|
as | enum | h1 |
children | ReactNode | -- |
className | string | '' |
customRootClass | string | '' |