# NewCommentForm

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `documentId` | `string` | ✓ | - |
| `onSubmit` | `Function` | ✓ | - |
| `placeholder` | `string` | - | "Add a comment..." |

## Diagram

```mermaid
graph TD
    component_NewCommentForm_13199295["NewCommentForm"]
    class component_NewCommentForm_13199295 rootComponent
```

## Relationships

- RENDERS → `Send`
- USES_HOOK → `useState`
