# CommentThread

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `comment` | `CommentWithUser` | ✓ | - |
| `onResolve` | `Function` | ✓ | - |
| `onUnresolve` | `Function` | ✓ | - |
| `onReply` | `Function` | ✓ | - |
| `onDelete` | `Function` | - | - |
| `projectId` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_CommentThread_20643079["CommentThread"]
    class component_CommentThread_20643079 rootComponent
```

## Relationships

- RENDERS → `Check`
- RENDERS → `Avatar`
- RENDERS → `MessageSquare`
- RENDERS → `RotateCcw`
- RENDERS → `Trash2`
- RENDERS → `CommentReply`
- RENDERS → `ReplyForm`
- USES_HOOK → `useState`
