shadow
Columnは、Grid システムのセルラーコンポーネントで、rowの内部に配置されます。列は行を埋めるように拡張されます。グリッド内のすべてのコンテンツは、カラムの内部に配置する必要があります。
詳しくは、gridのドキュメントを参照してください。
デフォルトでは、カラムは行の高さ全体を埋めるように引き伸ばされます。カラムはフレックスアイテムなので、この動作をカスタマイズするために、カラムに適用できるいくつかのCSSクラス があります。
Description | The amount to offset the column, in terms of how many columns it should shift to the end of the total available. |
Attribute | offset |
Type | string | undefined |
Default | undefined |
Description | The amount to offset the column for lg screens, in terms of how many columns it should shift to the end of the total available. |
Attribute | offset-lg |
Type | string | undefined |
Default | undefined |
Description | The amount to offset the column for md screens, in terms of how many columns it should shift to the end of the total available. |
Attribute | offset-md |
Type | string | undefined |
Default | undefined |
Description | The amount to offset the column for sm screens, in terms of how many columns it should shift to the end of the total available. |
Attribute | offset-sm |
Type | string | undefined |
Default | undefined |
Description | The amount to offset the column for xl screens, in terms of how many columns it should shift to the end of the total available. |
Attribute | offset-xl |
Type | string | undefined |
Default | undefined |
Description | The amount to offset the column for xs screens, in terms of how many columns it should shift to the end of the total available. |
Attribute | offset-xs |
Type | string | undefined |
Default | undefined |
Description | The amount to pull the column, in terms of how many columns it should shift to the start of the total available. |
Attribute | pull |
Type | string | undefined |
Default | undefined |
Description | The amount to pull the column for lg screens, in terms of how many columns it should shift to the start of the total available. |
Attribute | pull-lg |
Type | string | undefined |
Default | undefined |