# Tab

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/entity/[entityId]/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/entity/[entityId]/page.tsx#L60)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `label` | `string` | ✓ | - |
| `count` | `number` | - | - |
| `active` | `boolean` | - | - |
| `aiTag` | `boolean` | - | - |
| `onClick` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_Tab_d987b97["Tab"]
    class component_Tab_d987b97 rootComponent
```

## Referenced By

- `EntityDetailPage` (RENDERS)
