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

    Props for the QAPanelHeader component.

    interface QAPanelHeaderProps {
        colors: QAPanelColors;
        icons: QAPanelIcons;
        labels: QAPanelLabels;
        onSortChange: (mode: SortMode) => void;
        questionCount: number;
        sortMode: SortMode;
        styles: QAPanelStyles;
        title: string;
    }
    Index

    Properties

    Colors configuration

    Icons configuration

    Labels configuration

    onSortChange: (mode: SortMode) => void

    Callback when sort mode changes

    questionCount: number

    Number of questions

    sortMode: SortMode

    Current sort mode

    Styles configuration

    title: string

    Title for the header