We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9628c19 + 2817035 commit 4fc46d7Copy full SHA for 4fc46d7
website/docs/guides/layout.md
@@ -223,23 +223,23 @@ const App = () => {
223
<Window>
224
<GridView
225
style="flex: 1"
226
- columnProps={{
+ columnProps={%row%}{{
227
0: {
228
minWidth: 200,
229
},
230
1: {
231
minWidth: 300,
232
233
- }}
234
- rowProps={{
+ }}{%endrow%}
+ rowProps={%row%}{{
235
236
stretch: rowStretch ? 2 : undefined,
237
minHeight: 400,
238
239
240
stretch: !rowStretch ? 2 : undefined,
241
242
243
>
244
<GridRow>
245
<GridColumn width={2}>
0 commit comments