Column Layout component
Use columns to organize page content vertically in a grid layout. If you place components into a column, they are appear as stacked upon each other. As with Rows, you have plenty of customization options. In JBStrap, there can be up to 12 columns on a page.
Supported events:
None
Style customization
Name | Type | Default value | Derived value | Computed value | Comment |
---|---|---|---|---|---|
$grid-columns | number | 12 | - | - | Number of columns in a grid layout |
$grid-gutter-width | number | 30px | - | - | Gutter width |
$grid-row-columns | number | 6 | - | - | Columns in a grid row |