0.1.3 • Published 6 years ago

utterances-react v0.1.3

Weekly downloads
33
License
MIT
Repository
github
Last release
6 years ago

utterances-react

npm version GitHub version

This is React component for utterances

Install

# npm
$ npm i utterances-react
# yarn
$ yarn add utterances-react

Usage

import Utterances from "utterances-react"

export default ({ data }) => {
  return (
    <Utterances
      repo="wicksome/utterances-react"
      issueTerm="pathname"
      label=""
      theme="github-light"
      crossorigin="anonymous"
      async={false}
      style={`
      & .utterances {
        max-width: 950px;
      }
    `}
    />
  )
}

License

MIT

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago