Components
Card
Linked or static blocks, arranged in a grid.
Grid
<CardGroup>
<Card title="Installation" href="/getting-started/installation">
Add Mines to an Astro project.
</Card>
<Card title="Astro" href="https://astro.build">
External links show an arrow.
</Card>
</CardGroup>Three columns
Compact
Small type and tight spacing.
Quiet
Icons only where they act.
Owned
Replace any layout slot.
<CardGroup cols={3}>
<Card title="Compact">Small type and tight spacing.</Card>
<Card title="Quiet">Icons only where they act.</Card>
<Card title="Owned">Replace any layout slot.</Card>
</CardGroup>Props
titlestringrequired
On
Card: heading text.hrefstring
On
Card: makes the card a link.cols1 | 2 | 3default: 2
On
CardGroup: number of columns.