Kind: Component
Source: atloria-monorepo/apps/web/src/components/Comments/CommentForm.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
documentId | string | ✓ | - |
projectId | string | - | - |
parentId | string | - | - |
onSubmit | Function | ✓ | - |
onCancel | Function | - | - |
placeholder | string | - | "Add a comment..." |
compact | boolean | - | false |
Diagram
mermaidgraph TD component_CommentForm_7859ca39["CommentForm"] class component_CommentForm_7859ca39 rootComponent
Relationships
- RENDERS →
MentionsInput - RENDERS →
Mention - RENDERS →
AtSign - RENDERS →
Loader2 - RENDERS →
Send - USES_HOOK →
useModifierKey - USES_HOOK →
useState - USES_HOOK →
useDocumentCollaborators - USES_HOOK →
useMemo - USES_HOOK →
useCallback
Referenced By
ReplyForm(RENDERS)
Was this page helpful?