Flex

Flex description.


Props

Flex properties

PropertyDescriptionTypeDefaultVersion
wrapShould flex items wrap?booleanfalse
widthWidth of the flex containernumber
directionFlex directionrow columnrow
alignItemsSet flex container align-items propertyflex-start flex-end center baseline stretchflex-start
alignContentAlign flex items on cross-axisflex-start flex-end center space-between space-around, etcstretch
justifyAlign flex items on main-axisflex-start flex-end center space-between space-around, space-evenlycenter

Usage

Basic Flex

Direction - Column

Direction - Row

Justify

Space Between

Space Around

Space Evenly

Center

Flex Start

Flex End

Wrap

Align Content