# CommentPreview

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

CommentPreview - Tooltip showing comment preview on hover

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `comments` | `CommentWithUser[]` | ✓ | - |
| `onCommentClick` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_CommentPreview_4043f539["CommentPreview"]
    class component_CommentPreview_4043f539 rootComponent
```

## Referenced By

- `CommentMarkers` (RENDERS)
