# Tab

**Kind:** Component

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

## Props

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

## Diagram

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

## Referenced By

- `PublicEntityDetailPage` (RENDERS)
