Utterances

view/comment/utterances~ Utterances

Utterances comment JSX component.

Constructor

new Utterances()

Source:
See:
Example
<Utterances
    repo="******"
    issueTerm="******"
    issueNumber={123}
    label="******"
    theme="******" />

Members

(static) Cacheable

Cacheable Utterances comment JSX component.

This class is supposed to be used in combination with the locals hexo filter (module:hexo/filter/locals).

Source:
See:
Example
<Utterances.Cacheable
    comment={{
        repo: "******",
        issue_term: "******"
        issue_number: {123}
        label: "******"
        theme: "******"
    }} />