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

    Label overrides for the Polls component.

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

    interface PollsLabels {
        addOption: string;
        askQuestion: string;
        closed: string;
        closePoll: string;
        createPoll: string;
        multipleChoice: string;
        title: string;
        vote: string;
        votes: string;
        yesNo: string;
    }
    Index

    Properties

    addOption: string

    Placeholder text for each option input in the creation form.

    'Add option'

    askQuestion: string

    Placeholder text for the question input in the creation form.

    'Ask a question...'

    closed: string

    Badge text shown on closed polls.

    'Closed'

    closePoll: string

    Text on the button to close an active poll.

    'Close Poll'

    createPoll: string

    Text on the button to create a new poll.

    'Create Poll'

    multipleChoice: string

    Label for the multiple-choice poll type selector.

    'Multiple Choice'

    title: string

    Header title displayed above the poll list.

    'Polls'

    vote: string

    Text on the vote/submit button.

    'Vote'

    votes: string

    Label suffix for vote counts, e.g., "5 votes".

    'votes'

    yesNo: string

    Label for the yes/no poll type selector.

    'Yes / No'