Skip to main content

Heading

A default heading component.

This component is used to render page titles and subtitles.

Properties

PropertyTypeDefaultDescription
textstringLorem ipsum dolor sit ametThe text of the heading.
text_colorstring#000000The color of the text.
typestringh1The type of the heading. h1, h2, h3, h4, h5, h6.
font_sizenumber24The font size of the text.
font_size_unitstringpxThe unit of the font size. px, rem, em, %, vw, vh, vmin, vmax.
font_weightnumber600The font weight of the text.
padding.leftnumber0The left padding of the container.
padding.rightnumber0The right padding of the container.
padding.topnumber0The top padding of the container.
padding.bottomnumber0The bottom padding of the container.
margin.leftnumber0The left margin of the container.
margin.rightnumber0The right margin of the container.
margin.topnumber0The top margin of the container.
margin.bottomnumber0The bottom margin of the container.