Text

The text component is for displaying text. It standardizes the presentation of text. By default, the Text component renders text in a p tag

Preview

Hello

<Text textType="h1">Hello</Text> 
NameParamsDescription
textTypeh1, h2, h3, h4, h5, h6the props 'textType' will determined the type of text that will be shown