Skip to content

Commit 2780b83

Browse files
committed
docs(Grid): clarify support for direction='column'
1 parent 2a2d08f commit 2780b83

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

docs/data/material/components/grid/InteractiveGrid.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ export default function InteractiveGrid() {
7575
control={<Radio />}
7676
label="row-reverse"
7777
/>
78-
<FormControlLabel
79-
value="column"
80-
control={<Radio />}
81-
label="column"
82-
/>
83-
<FormControlLabel
84-
value="column-reverse"
85-
control={<Radio />}
86-
label="column-reverse"
87-
/>
8878
</RadioGroup>
8979
</FormControl>
9080
</Grid>

docs/data/material/components/grid/InteractiveGrid.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@ export default function InteractiveGrid() {
9393
control={<Radio />}
9494
label="row-reverse"
9595
/>
96-
<FormControlLabel
97-
value="column"
98-
control={<Radio />}
99-
label="column"
100-
/>
101-
<FormControlLabel
102-
value="column-reverse"
103-
control={<Radio />}
104-
label="column-reverse"
105-
/>
10696
</RadioGroup>
10797
</FormControl>
10898
</Grid>

0 commit comments

Comments
 (0)