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

    Interface ActiveRoomCardLabels

    Labels for the ActiveRoomCard component.

    interface ActiveRoomCardLabels {
        hostedBy: string;
        joinButton: string;
        liveIndicator: string;
    }
    Index

    Properties

    hostedBy: string

    Prefix for owner display (default: "Hosted by")

    joinButton: string

    Text for the join button (default: "Join")

    liveIndicator: string

    Label for the live indicator (default: "Live")