Skip to main content

Paragraph

A default paragraph component.

This component is used to render paragraphs of text.

Properties

PropertyTypeDefaultDescription
contentstringLorem ipsum dolor sit ametThe content of the paragraph.
text_colorstring#000000The color of the text.
font_sizenumber16The 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.