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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
457 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Grid container spacing={2} minHeight={160}>
<Grid display="flex" justifyContent="center" alignItems="center" size="grow">
<Avatar src="/static/images/avatar/1.jpg" />
</Grid>
<Grid display="flex" justifyContent="center" alignItems="center">
<Avatar src="/static/images/avatar/2.jpg" />
</Grid>
<Grid display="flex" justifyContent="center" alignItems="center" size="grow">
<Avatar src="/static/images/avatar/3.jpg" />
</Grid>
</Grid>