Flex is Box with display: flex and comes with helpful
style shorthand. It renders a div element.
Box with display: flexFlexUsing the Flex components, here are some helpful shorthand props:
flexDirection is directionflexWrap is wrapalignItems is alignjustifyContent is justifyWhile you can pass the verbose props, using the shorthand can save you some time.
Box 1
Box 2
Box 3
As an alternative to Stack, you can combine Flex and Spacer to create
stackable and responsive layouts.