The Block component is a generic container for grouping other components.
Explore the available props for the Block 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. |