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

    Label overrides for the QA component.

    Use this to localize or customize all user-facing text.

    interface QALabels {
        answer: string;
        answered: string;
        answerPlaceholder: string;
        ask: string;
        askPlaceholder: string;
        title: string;
        upvote: string;
    }
    Index

    Properties

    answer: string

    Label for the answer action button (owner only).

    'Answer'

    answered: string

    Badge text shown on answered questions.

    'Answered'

    answerPlaceholder: string

    Placeholder text in the answer input field.

    'Type your answer...'

    ask: string

    Text on the submit/ask button.

    'Ask'

    askPlaceholder: string

    Placeholder text in the question input field.

    'Ask a question...'

    title: string

    Header title displayed above the question list.

    'Q&A'

    upvote: string

    Accessible label for the upvote button.

    'Upvote'