Hiyve Components - v1.0.0
    Preparing search index...
    • QAPanelHeader displays the panel title, question count, and sort controls.

      Parameters

      Returns ReactElement

      This component shows:

      • Q&A icon and title
      • Question count badge
      • Sort dropdown with options: Newest, Most Votes, Unanswered
      <QAPanelHeader
      title="Q&A"
      questionCount={5}
      sortMode="newest"
      onSortChange={(mode) => setSortMode(mode)}
      labels={labels}
      icons={icons}
      colors={colors}
      styles={styles}
      />