# RelationsPanel

**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#L104)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `entity` | `any` | ✓ | - |
| `outgoing` | `Relationship[]` | ✓ | - |
| `incoming` | `Relationship[]` | ✓ | - |
| `linkedDocs` | `LinkedDoc[]` | ✓ | - |
| `projectId` | `string` | ✓ | - |
| `entityMap` | `Record` | ✓ | - |
| `entityHrefBase` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_RelationsPanel_656c85ab["RelationsPanel"]
    class component_RelationsPanel_656c85ab rootComponent
```

## Relationships

- RENDERS → `RelItem`
- RENDERS → `SparklesIcon`
