Flexbox Container is a theme component that is suitable for arranging components in a flexible layout. This component supports horizontal or vertical direction, wrapping, spacing, alignment, justification, overflow, and flex item sizing.
This demonstrates how flexbox items can be aligned declaratively. Here we have two regions that are center aligned vertically.
This demonstrates how flexbox items can be laid out vertically in a column, or horizontally in a row.
This demonstrates how flexbox items can wrap onto multiple lines when needed.
This demonstrates how regions can be laid out in a row and stretch to be equal in height.