Skip to content

Marouandev/gatsby-plugin-just-comments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gatsby Plugin for JustComments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%