Card
Card
Use Card and CardGrid for small groups of related links, concepts, or next actions. Cards are intentionally simple: title, description, and an optional link.
Usage
<CardGrid>
<Card title="Markdown" description="Write regular docs pages." href="/pages/" />
<Card title="MDX" description="Use components for richer examples." href="/components/" />
</CardGrid>
Options
CardGrid
Card
Examples
Card grid
<CardGrid>
<Card title="Markdown" description="Write regular docs pages." href="/pages/" />
<Card title="MDX" description="Use components for richer examples." href="/components/" />
</CardGrid> Custom width
Custom width
Use class overrides when the layout needs it.
<Card title="Custom width" description="Use class overrides when the layout needs it." class="w-full" />