The Text component allows you to display text.
This is Paragraph.
Explore the available props for the Text component
Prop | Type | Default | Description |
---|---|---|---|
tagName | string | div | HTML tag name. |
isLink | boolean | - | Is the text linkable? |
linkTo | string | - | URL or link. |
target | string | _self | Specifies where to open the linked document when the link is clicked. |
children | node | - | Child components and content to be placed within it. |