> ## Documentation Index
> Fetch the complete documentation index at: https://context7.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cards

> Group related content and link to another page

`<Card>` can be static or clickable.

## Usage

```mdx theme={null}
<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](/docs/docs7/components/columns) for a card grid.

## Example

<Card title="Quickstart" icon="rocket" href="/docs/docs7/quickstart">
  Get running in a few minutes.
</Card>
