Skip to content

Commit

Permalink
[Grid] List missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 13, 2021
1 parent a939e99 commit 8bc21fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/pages/components/grid/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ For instance, we can implement the ["recommended"](https://material.io/design/la

Responsive values is supported by:

- `spacing`
- `direction`
- `columns`
- `columnSpacing`
- `direction`
- `rowSpacing`
- `spacing`
- all the [other props](#system-props) of the system

> ⚠️ When using a responsive `columns` prop, each grid item needs its corresponding breakpoint.
Expand Down

0 comments on commit 8bc21fb

Please sign in to comment.