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

    Label overrides for the Chat component.

    Use this to localize or customize all user-facing text.

    interface ChatLabels {
        placeholder: string;
        send: string;
        title: string;
        unreadBadge: string;
    }
    Index

    Properties

    placeholder: string

    Placeholder text inside the message input.

    'Type a message...'

    send: string

    Text shown on (or as accessible label for) the send button.

    'Send'

    title: string

    Header title displayed above the message list.

    'Chat'

    unreadBadge: string

    Label suffix for the unread badge, e.g., "3 new".

    'new'