A responsive multi-column layout for organizing content. — <cs-column-layout>
<cs-column-layout columns="2">
<div>First column</div>
<div>Second column</div>
</cs-column-layout>
__breakpointColumnLayoutBreakpoint__tag-override'dl'Overrides the default wrapper HTML tag.
bordersColumnLayoutProps.Borders
default: 'none'Controls whether dividers are placed between rows and columns.
Note: This is not supported when used with minColumnWidth.
columnsnumber
default: 1Specifies the number of columns in each grid row.
When minColumnWidth is not set, only up to 4 columns are supported.
disable-guttersboolean
default: falseDetermines whether the default gutters between columns are removed.
min-column-widthnumberUse together with columns to specify the desired minimum width for each column in pixels.
The number of columns is determined by the value of this property, the available space,
and the maximum number of columns as defined by the columns property.
variantColumnLayoutProps.Variant
default: 'default'Specifies the content type. This determines the spacing of the grid.
defaultThe columns to render.