# RelatedArticles

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/components/RelatedArticles.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/components/RelatedArticles.tsx#L36)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `slugId` | `string` | ✓ | - |
| `audienceSlug` | `string` | ✓ | - |
| `docSlug` | `string` | ✓ | - |
| `version` | `string` | - | - |
| `lang` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_RelatedArticles_1614f3ea["RelatedArticles"]
    class component_RelatedArticles_1614f3ea rootComponent
```

## Relationships

- RENDERS → `Link`
- RENDERS → `DocumentTextIcon`
- RENDERS → `ArrowUpRightIcon`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
