BcFlex
Description
The BcFlex component allows you to apply code-controlled Flex Layout to your HTML elements. It ensures that content is displayed at full width, making layout management easier.
Flex functionality is built on top of BcBaseStyledComponent.
Attributes
FlexDirection
cssFlexDirection
Defines the direction in which flex items are placed within the container.
AlignContent
cssAlignContent
Specifies how multiple flex lines are aligned along the cross-axis.
JustifyContent
cssJustifyContent
Controls the alignment of flex items along the main axis.
AlignItems
cssAlignItems
Specifies how flex items are aligned along the cross-axis.
FlexWrap
cssFlexWrap
Determines whether the flex container allows items to wrap onto multiple lines.
Gap
Gap
Defines the spacing between flex items within the container.