Skip to content

Commit

Permalink
[docs][material-ui] Update the basic Grid section copy (mui#40035)
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Malek <[email protected]>
Signed-off-by: Sam Sycamore <[email protected]>
Co-authored-by: Sam Sycamore <[email protected]>
  • Loading branch information
REX500 and samuelsycamore authored Dec 1, 2023
1 parent b2f58e0 commit 7b9ab9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/data/material/components/grid/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Fluid grids use columns that scale and resize content. A fluid grid's layout can

Column widths are integer values between 1 and 12; they apply at any breakpoint and indicate how many columns are occupied by the component.

A value given to a breakpoint applies to all the other breakpoints wider than it (unless overridden, as you can read later in this page). For example, `xs={12}` sizes a component to occupy the whole viewport width regardless of its size.
A value passed to any given breakpoint also applies to all wider breakpoints (if they have no values explicitly defined).
For example, `xs={12}` sizes a component to occupy the full width of its parent container, regardless of the viewport size.

{{"demo": "BasicGrid.js", "bg": true}}

Expand Down

0 comments on commit 7b9ab9a

Please sign in to comment.