Skip to main content

Flex Direction

Define the direction of flex container items.

Properties

ClassesNative Props
flex.row{ flexDirection: 'row' }
flex.row_reverse{ flexDirection: 'row-reverse' }
flex.col{ flexDirection: 'column' }
flex.column_reverse{ flexDirection: 'column-reverse' }