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

    Variable defaultParticipantListLabelsConst

    defaultParticipantListLabels: ParticipantListLabels = ...

    Default English labels for the ParticipantList component.

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

    import { defaultParticipantListLabels } from '@hiyve/react-ui';

    // Create French labels
    const frenchLabels = {
    ...defaultParticipantListLabels,
    title: 'Participants',
    localUserSuffix: '(Vous)',
    emptyState: 'Aucun participant',
    roomOwner: 'PropriƩtaire',
    };