Skip to content

CommentForm

reference
1 min readUpdated

Kind: Component

Source: atloria-monorepo/apps/web/src/components/Comments/CommentForm.tsx

Props

NameTypeRequiredDefault
documentIdstring-
projectIdstring--
parentIdstring--
onSubmitFunction-
onCancelFunction--
placeholderstring-"Add a comment..."
compactboolean-false

Diagram

mermaid
graph 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?

Download as PDF