Flex

The Flex component enables you to display content in a flex format.

Default Flex

1
2
3
4
5
1
2
3
4
5

Props

Explore the available props for the Flex component

PropTypeDefaultDescription
tagNamestringdivHTML tag name.
stylestring-Any CSS className to style the Flex.
childrennode-Child components and content to be placed within it.

Explore the available props for the FlexItem component

PropTypeDefaultDescription
tagNamestringdivHTML tag name.
isLinkboolean-Is the text linkable?
linkTostring-URL or link.
targetstring_selfSpecifies where to open the linked document when the link is clicked.
stylestring-Any CSS className to style the Flex.
childrennode-Child components and content to be placed within it.