Skip to main content
  • ConversationNotes - Notes list with add functionality * Shows notes added by team members and allows adding new notes.

Props

notes
ConversationNote[]
required
notes
conversationId
string
required
conversationId

Usage

import { ConversationNotes } from '@/components/ConversationNotes';

export default function Example() {
  return (
    <ConversationNotes notes={notes} conversationId={conversationId} />
  );
}