# DashboardTabBar

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `activeTab` | `string` | ✓ | - |
| `onTabChange` | `Function` | ✓ | - |
| `projectId` | `string` | - | - |
| `changesCount` | `number` | - | - |

## Diagram

```mermaid
graph TD
    component_DashboardTabBar_3fa6f1d8["DashboardTabBar"]
    class component_DashboardTabBar_3fa6f1d8 rootComponent
```
