Flex

The Flex component is a layout component that uses flexbox to layout its children.

It has a display: flex style by default.

How to use

1const before = <Flex />
2
3const after = <div className="d0" />
1const before = <Flex />
2
3const after = <div className="d0" />