# Cards

> 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>
