# ReplyForm

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `documentId` | `string` | ✓ | - |
| `projectId` | `string` | - | - |
| `parentId` | `string` | ✓ | - |
| `onSubmit` | `Function` | ✓ | - |
| `onCancel` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ReplyForm_5dcf293c["ReplyForm"]
    class component_ReplyForm_5dcf293c rootComponent
```

## Relationships

- RENDERS → `CommentForm`
