On this page
Loading...
|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_|