# Card

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/settings/issues/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/settings/issues/page.tsx#L548)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `title` | `string` | - | - |
| `subtitle` | `string` | - | - |
| `action` | `unknown` | - | - |
| `children` | `unknown` | ✓ | - |
| `className` | `string` | - | "" |

## Diagram

```mermaid
graph TD
    component_Card_5a3d2af["Card"]
    class component_Card_5a3d2af rootComponent
```

## Referenced By

- `IssuesListPage` (RENDERS)
