# CommentMarkers

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Editor/CommentMarkers.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Editor/CommentMarkers.tsx#L38)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `comments` | `CommentWithUser[]` | ✓ | - |
| `onMarkerClick` | `Function` | - | - |
| `editorContent` | `string` | - | "" |
| `containerHeight` | `number` | - | 800 |

## Diagram

```mermaid
graph TD
    component_CommentMarkers_7abefb16["CommentMarkers"]
    class component_CommentMarkers_7abefb16 rootComponent
```

## Relationships

- RENDERS → `MessageCircle`
- RENDERS → `CommentPreview`
- USES_HOOK → `useState`
- USES_HOOK → `useMemo`
- USES_HOOK → `useCallback`
