diff --git a/src/components/layout/README.md b/src/components/layout/README.md index f9a35a97ade..0a2985b6ba9 100644 --- a/src/components/layout/README.md +++ b/src/components/layout/README.md @@ -454,20 +454,28 @@ Use flexbox alignment utilities to vertically and horizontally align columns. Use `order-*` props for controlling the visual order of your content. These props are responsive, so you can set the order by breakpoint (e.g., `order="1" order-md="2"`). Includes support for 1 through -12 across all five grid tiers. +12 across all five grid tiers. `` defaults to an order value of `0`. ```html - - First, but unordered - Second, but last - Third, but first + + First in DOM, no order applied + Second in DOM, with a larger order + Third in DOM, with an order of 1 + + + + First in DOM, with order of 6 + Second in DOM, with an order of 1 + Third in DOM, no order applied ``` +Ordering is controlled by flexbox's CSS style `order`. + ### Offsetting columns You can offset grid columns in two ways: our responsive `offset-*` props or the