11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
|
|
<Grid container spacing={3}>
|
||
|
|
<Grid item xs>
|
||
|
|
<Item>xs</Item>
|
||
|
|
</Grid>
|
||
|
|
<Grid item xs={6}>
|
||
|
|
<Item>xs=6</Item>
|
||
|
|
</Grid>
|
||
|
|
<Grid item xs>
|
||
|
|
<Item>xs</Item>
|
||
|
|
</Grid>
|
||
|
|
</Grid>
|