Files
react-test/docs/data/material/components/grid-legacy/NestedGrid.tsx.preview

11 lines
222 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Grid container spacing={1}>
<Grid container item spacing={3}>
<FormRow />
</Grid>
<Grid container item spacing={3}>
<FormRow />
</Grid>
<Grid container item spacing={3}>
<FormRow />
</Grid>
</Grid>