Justify Content

Align items along the main axis.

The justifyContent property aligns items along the main axis (horizontal if flexDirection is Row; vertical if Column).

Values

ValueDescription
FlexStartDefault. Items pack toward the start of the line.
FlexEndItems pack toward the end of the line.
CenterItems are centered along the line.
SpaceBetweenItems are evenly distributed. First item at start, last item at end.
SpaceAroundItems are evenly distributed with equal space around them.
SpaceEvenlyItems are evenly distributed with equal space between any two items (and edges).

Example

Loading Preview…

API Reference

Next Steps

© 2026 ByteLand Technology Limited