Components
Text
A paragraph component for displaying text with default font size, line height, and margin.
This component renders a <p>
element with default styles, including font size, line height, and margin, which can be customized via the style
prop. Additional attributes can also be passed to the element.