0.2.4 • Published 4 years ago

gatsby-plugin-just-comments v0.2.4

Weekly downloads
21
License
MIT
Repository
github
Last release
4 years ago

gatsby-plugin-just-comments

Gatsby Plugin for JustComments

Installation

Create an account at https://just-comments.com to get an API key. Then install:

npm install gatsby-plugin-just-comments --save

Usage

import JustComments from 'gatsby-plugin-just-comments';

// in your component
  <JustComments
    apikey="YOUR API KEY"
  />

The component accepts all parameters described in the docs without the data- prefix.

Note

The implementation does not server-render the comments at the moment

0.2.4

4 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago