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

    Interface ActiveRoomsListLabels

    Labels for the ActiveRoomsList component.

    interface ActiveRoomsListLabels {
        connecting: string;
        emptyState: string;
        errorPrefix: string;
        searchPlaceholder: string;
        title: string;
    }
    Index

    Properties

    connecting: string

    Connecting state text (default: "Connecting...")

    emptyState: string

    Empty state text (default: "No active rooms")

    errorPrefix: string

    Error prefix (default: "Error")

    searchPlaceholder: string

    Search placeholder (default: "Search active rooms...")

    title: string

    Title text (default: "Active Rooms")