Skip to main content

Flex Direction

Utilities for controlling the direction of flex items.

Table of classes#

Class
Properties
flex-row
{ flexDirection: 'row' }
flex-row-reverse
{ flexDirection: 'row-reverse' }
flex-col
{ flexDirection: 'col' }
flex-col-reverse
{ flexDirection: 'col-reverse' }