基础用法
通过 icon
属性设置格子内的图标,text
属性设置文字内容。
<Grid>
<Grid.Item icon={<PhotoOutlined />} text="文字" />
<Grid.Item icon={<PhotoOutlined />} text="文字" />
<Grid.Item icon={<PhotoOutlined />} text="文字" />
<Grid.Item icon={<PhotoOutlined />} text="文字" />
</Grid>