コンポーネントやカードを均等な列で並べるためのレイアウトコンポーネントです。columns でデスクトップ時の列数を指定できます。
columns
<Grid columns={3}> <NavCard href="/components/button" title="Button" /> <NavCard href="/components/callout" title="Callout" /> <NavCard href="/components/tabs" title="Tabs" /> </Grid>