Flex
Manage flex direction, wrapping, alignment, growth, shrink, and order with BCL flex attributes.
BCL mapping
Use display="Flex" with flex-direction, flex-wrap, justify-content, align-items, flex-grow, and flex-shrink.
Start
Middle
End
<bs-div display="Flex" flex-wrap="Wrap" gap="Default2" justify-content="Between" align-items="Center">
<bs-span>Start</bs-span>
<bs-span>End</bs-span>
</bs-div>