# Card

Boxed content block with icon, title, and slot — group with CardGrid for responsive layouts.

**Install:** `nimbus-docs add card`  
**Source:** `src/components/ui/card/`  
**Canonical:** https://nimbus-docs.com/components/card/

## Agent payload (JSON)

```json
{
  "slug": "card",
  "name": "Card",
  "description": "Generic content card with optional title and footer.",
  "tagline": "Boxed content block with icon, title, and slot — group with CardGrid for responsive layouts.",
  "install": "nimbus-docs add card",
  "sourcePath": "src/components/ui/card/",
  "canonicalUrl": "https://nimbus-docs.com/components/card/",
  "props": [
    {
      "name": "title",
      "type": "string",
      "required": true,
      "description": "Heading rendered at the top of the card."
    },
    {
      "name": "icon",
      "type": "string",
      "required": false,
      "description": "Iconify name (e.g. `ph:lightning`) rendered above the title."
    }
  ],
  "registryDependencies": [
    "cn"
  ],
  "dependencies": []
}
```
