The Flex component enables you to display content in a flex format.
Explore the available props for the Flex component
Prop | Type | Default | Description |
---|---|---|---|
tagName | string | div | HTML tag name. |
style | string | - | Any CSS className to style the Flex. |
children | node | - | Child components and content to be placed within it. |
Explore the available props for the FlexItem 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. |
style | string | - | Any CSS className to style the Flex. |
children | node | - | Child components and content to be placed within it. |