We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3aa4c commit 8a44fefCopy full SHA for 8a44fef
README.md
@@ -48,7 +48,7 @@ Props:
48
it is a shorthand to specify the number of columns. Default is `12`.
49
* `gap`: The [grid-gap] CSS property. Default is `"8px"`.
50
* `minRowHeight`: Minimum height of each row. Default is `"20px"`.
51
-* `flow`: The [height] CSS property. Default is `"auto"`.
+* `height`: The [height] CSS property. Default is `"auto"`.
52
* `flow`: The [grid-auto-flow] CSS property. Default is `"row"`.
53
* `rows`: The [grid-template-rows] CSS property. When a number is passed
54
it is a shorthand to specify the number of columns. Not provided by default.
0 commit comments