On this page
Loading...
xs <576px | sm ≥576px | md ≥768px | lg ≥992px | xl ≥1200px | xxl ≥1400px | |
---|---|---|---|---|---|---|
Container max-width | None (auto) | 540px | 720px | 960px | 1140px | 1320px |
Class prefix | <c-col xs=> | <c-col sm=> | <c-col md=> | <c-col lg=> | <c-col xl=> | <c-col xxl=> |
# of columns | 12 | |||||
Gutter width | 1.5rem (.75rem on left and right) | |||||
Custom gutters | Yes | |||||
Nestable | Yes | |||||
Column ordering | Yes |
|prop|description|type|default|notes|
|:---|:---|:---|:---:|---|
|`fluid`|Set container 100% wide, spanning the entire width of the viewport.|`boolean`|_undefined_|
|`breakpoint`|Set container 100% wide until `{sm\|md\|lg\|xl\|xxl}` breakpoint.|`string`|_undefined_|
---
### c-row cRow
_component_ _directive_
##### Inputs
|prop|description|type|default|notes|
|:---|:---|:---|:---:|---|
|`xs`|The number of columns/offset/order on extra small devices (<576px).|`auto \| number`|_undefined_|
|`sm`|The number of columns/offset/order on extra small devices (<768px).|`auto \| number`|_undefined_|
|`md`|The number of columns/offset/order on extra small devices (<992px).|`auto \| number`|_undefined_|
|`lg`|The number of columns/offset/order on extra small devices (<1200px).|`auto \| number `|_undefined_|
|`xl`|The number of columns/offset/order on extra small devices (<1400px).|`auto \| number `|_undefined_|
|`xxl`|The number of columns/offset/order on extra small devices (≥1400px).|`auto \| number`|_undefined_|
---
### gutter
_directive_ for c-row
##### Inputs
|prop|description|type|default|notes|
|:---|:---|:---|:---:|---|
|`gutter`|Define padding between columns to space and align content responsively in the Bootstrap grid system.|(IGutterObject | GutterBreakpoints | Gutters)|_undefined_|
---
### c-col cCol
_component_ _directive_
##### Inputs
|prop|description|type|default|notes|
|:---|:---|:---|:---:|---|
|`xs`|The number of columns on extra small devices (<576px).|`auto \| number \| boolean`|_undefined_|
|`sm`|The number of columns on extra small devices (<768px).|`auto \| number \| boolean`|_undefined_|
|`md`|The number of columns on extra small devices (<992px).|`auto \| number \| boolean`|_undefined_|
|`lg`|The number of columns on extra small devices (<1200px).|`auto \| number \| boolean`|_undefined_|
|`xl`|The number of columns on extra small devices (<1400px).|`auto \| number \| boolean`|_undefined_|
|`xxl`|The number of columns on extra small devices (≥1400px).|`auto \| number \| boolean`|_undefined_|
|`offset`|Offset grid columns|`number\|{sm\|md\|lg\|xl\|xxl}:number`|_undefined_|
|`order`|Controls the visual order of your columns. Includes support for `1` through `5` across all six grid tiers.|`"first"\|"last"\|number\|{sm\|md\|lg\|xl\|xxl}:number`|_undefined_|