# OverviewTab

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/components/dashboard/OverviewTab.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/components/dashboard/OverviewTab.tsx#L22)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `project` | `any` | ✓ | - |
| `documentCount` | `number` | ✓ | - |
| `categoryCount` | `number` | ✓ | - |
| `lastGeneratedAt` | `string | null` | ✓ | - |
| `recentDocuments` | `any[]` | ✓ | - |
| `jobs` | `any[]` | ✓ | - |
| `onGenerate` | `Function` | ✓ | - |
| `onNavigateSettings` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_OverviewTab_6d674d18["OverviewTab"]
    class component_OverviewTab_6d674d18 rootComponent
```

## Relationships

- RENDERS → `DocsHealthHero`
- RENDERS → `StatsRow`
- RENDERS → `RecentDocuments`
- RENDERS → `GenerationHistory`
- RENDERS → `QuickActions`
- RENDERS → `RepositoryInfo`
- RENDERS → `TeamActivity`
