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

    Customizable labels for the SessionList component.

    interface SessionListLabels {
        emptyState: string;
        liveStatus: string;
        loading: string;
    }
    Index

    Properties

    emptyState: string

    Empty state message

    "No sessions yet"
    
    liveStatus: string

    Label for active sessions

    "Live"
    
    loading: string

    Loading message

    "Loading sessions..."