Responsive Flex Layout
This adapts to the device screen to fit the screen and for better usability and navigation. It adjusts automatically to the device display and aligns the elements relatively.
Last updated
This adapts to the device screen to fit the screen and for better usability and navigation. It adjusts automatically to the device display and aligns the elements relatively.
Last updated
Add
- To add a new column to the columns list
Move
- To rearrange the columns among the set
Duplicate
- To make a copy of the existing column
Delete
- To remove an existing column from the set
Background
Specify the background colour for the column.
Background Image
Provide a valid URL for the image that renders as the background for the column.
Border Color
Mention the color for the column border.
Border Radius
Sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.
Margin
This value is set in terms of "px" number which creates the space between the border and the content of the column.
Disables the user interaction with the element on the page. It visually indicates that the element is inactive and prevents users from interacting with it when applied. Shows a red-crossed warning symbol and can be customized to disable the widget according to certain conditions using low-code.
This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.
xs
Extra-small, abbreviated as "xs", refers to a measurement of 0 pixels
md
The media query with a medium size designation of 900 pixels is specified as "md, medium: 900px". This means that when the viewport width of a device reaches 900 pixels or less, the styles targeted by this media query will be applied.
xxl
Extra extra large and double extra large sizes are equivalent to 1536 pixels in width. These sizes are typically used in reference to clothing or digital design elements to indicate a larger than average size.
flex-start
Used in flex layout only, aligns the flex items flush against the flex container's main-start or cross-start side.
center
The flex items' margin boxes are centered within the line on the cross-axis. If the cross-size of an item is larger than the flex container, it will overflow equally in both directions.
flex-end
Used in flex layout only, aligns the flex items flush against the flex container's main-end or cross-end side.
baseline
The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.
stretch
If the items are smaller than the alignment container, auto-sized items will be equally enlarged to fill the container, respecting the items' width and height limits.
Used to create gaps or gutters between flex items.
none
No gap is assigned between the items.
small
A minimum gap is assigned between the items.
middle
A normal and standard space is created between the items
large
More space is assigned between the items.
flex-start
The items are packed flush to each other toward the edge of the alignment container depending on the flex container's main-start side. This only applies to flex layout items.
center
The items are packed flush to each other toward the center of the alignment container along the main axis.
flex-end
The items are packed flush to each other toward the edge of the alignment container depending on the flex container's main-end side. This only applies to flex layout items.
space-between
The items are evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items is the same. The first item is flush with the main-start edge, and the last item is flush with the main-end edge.
space-around
The items are evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items is the same. The empty space before the first and after the last item equals half of the space between each pair of adjacent items. If there is only one item, it will be centered.
space-evenly
The items are evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items, the main-start edge and the first item, and the main-end edge and the last item, are all exactly the same.
row
The flex container's main-axis is defined to be the same as the text direction. The main-start and main-end points are the same as the content direction.
column
The flex container's main-axis is the same as the block-axis. The main-start and main-end points are the same as the before and after points of the writing-mode.
nowrap
wrap
wrap-reverse
Behaves the same as wrap
, but cross-start and cross-end are inverted.
Auto
The height is auto-adjusted for the content
Fixed
The height of the widget is fixed
This represents the row lines created within column lines, also the top and bottom lines between the widget's border and content.
Background
This is the background space of the widget, behind all the columns. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly.
Box Shadow
The is the colour of the shadow that is generated behind the widget box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.
Border Color
Set the colour to the border lines. The border lines will be shown only if that is enabled.
Border Radius
This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.
Margin
This value is set in terms of "px" number, which creates the space between the border and outer elements.
Padding
This value is set in terms of "px" number, which creates the space between the border and the content of the widget.
Border Width
Set the thickness of the border of the widget using this value. It is defined using "px" terms.
This represents each column box added inside the widget.
Background
This is the background space of each column. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly.
Box Shadow
The is the colour of the shadow that is generated behind the column box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.
Border Color
Set the colour to the borderlines for each column. The borderlines will be shown only if that is enabled.
Border Radius
This sets the radius on the corners of each column, enabling rounded corners to the column box. This value is defined in "px" terms.
Margin
This value is set in terms of "px" number, which creates the space between the border of the column and the outer space.
Padding
This value is set in terms of "px" number, which creates the space between the border and the content inside the column box.
Border Width
Set the thickness of the border of the widget using this value. It is defined using "px" term
The flex items are laid out in a single line which may cause the flex container to overflow. The cross-start is the equivalent of , depending on the value. This is the default value.
The flex items break into multiple lines. The cross-start is the equivalent of , depending on the current , and the value.