Flex (code)
Flex components can be used to wrap a set of other elements in a flexible way. It's an extension of Box.
Just flexing
import { Flex } from '@mediahuis/chameleon-react'
Props
System Props
System Props
Next to the properties listed in the propstable, a collection of system props can be added to any component for further general styling and layouting purposes. These props vary per component.
To read more about the system, click here to check out its dedicated page.
alignContent
Responsive { }
Responsive [ ]
alignItems
Responsive { }
Responsive [ ]
flexDirection
Responsive { }
Responsive [ ]
flexWrap
Responsive { }
Responsive [ ]
justifyContent
Responsive { }
Responsive [ ]