mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
6d777619c2
Co-authored-by: Context7 Agent <docs-agent@context7.com> Co-authored-by: Josh <josh@upstash.com> Co-authored-by: context7[bot] <236830434+context7[bot]@users.noreply.github.com>
23 lines
506 B
Plaintext
23 lines
506 B
Plaintext
---
|
|
title: Cards
|
|
description: Group related content and link to another page
|
|
---
|
|
|
|
`<Card>` can be static or clickable.
|
|
|
|
## Usage
|
|
|
|
```mdx
|
|
<Card title="Quickstart" icon="rocket" href="/docs7/quickstart">
|
|
Get running in a few minutes.
|
|
</Card>
|
|
```
|
|
|
|
Useful props are `title`, `href`, `icon`, `img`, `cta`, `horizontal`, and `arrow`. Use [Columns](/docs7/components/columns) for a card grid.
|
|
|
|
## Example
|
|
|
|
<Card title="Quickstart" icon="rocket" href="/docs7/quickstart">
|
|
Get running in a few minutes.
|
|
</Card>
|