Hiyve Components - v1.0.0
    Preparing search index...

    Variable defaultChatPanelLabelsConst

    defaultChatPanelLabels: ChatPanelLabels = ...

    Default English labels for the ChatPanel component.

    Use this as a reference when creating localized label objects. All labels can be partially overridden using the labels prop.

    import { defaultChatPanelLabels } from '@hiyve/react-collaboration';

    // Create Japanese labels
    const japaneseLabels = {
    ...defaultChatPanelLabels,
    title: 'チャット',
    placeholder: 'メッセージを入力...',
    emptyState: 'メッセージはまだありません',
    unknownSender: '不明',
    };