You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data/material/components/grid/grid.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -243,11 +243,16 @@ It cannot wrap other elements.
243
243
244
244
## Limitations
245
245
246
-
### Column direction
246
+
### Column Direction (`direction="column"`)
247
247
248
-
Using `direction="column"` or `direction="column-reverse"` is not supported.
249
-
The Grid component is specifically designed to subdivide a layout into columns, not rows.
250
-
You should not use the Grid component on its own to stack layout elements vertically.
251
-
Instead, you should use the [Stack component](/material-ui/react-stack/) inside of a Grid to create vertical layouts as shown below:
248
+
The `Grid` component **supports `direction="column"`** for creating vertical layouts. This allows for stacking child elements in a **column**, which is commonly used for responsive layouts.
0 commit comments