---
title: Card
description: Displays a card with header, content, and footer.
---
## Installation
```bash
npx shadcn-vue@latest add card
```
1. Install `radix-vue`:
```bash
npm install radix-vue
```
2. Copy and paste the component source files linked at the top of this page into your project.
## Usage
```vue
Card Title
Card Description
Card Content
Card Footer
```