# RelItem

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `entityId` | `string` | ✓ | - |
| `relType` | `string` | ✓ | - |
| `entityMap` | `Record` | ✓ | - |
| `projectId` | `string` | ✓ | - |
| `entityHrefBase` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_RelItem_48d06e52["RelItem"]
    class component_RelItem_48d06e52 rootComponent
```

## Relationships

- RENDERS → `Link`
- RENDERS → `TypeIcon`

## Referenced By

- `RelationsPanel` (RENDERS)
