2.4.2 • Published 5 years ago
remark-ninja-react v2.4.2
Remark Ninja
Introduction
Remark Ninja is a light-weight comment system for GatsbyJS (and other React-based) sites.
Integration
Register and create a site
Remark Ninja is a hosted service, so you need to register and create a site first.
React-based sites
Install the remark-ninja-react
component:
npm i -S remark-ninja-react
Then place the component at the appropriate place in your project.
import Comments from 'remark-ninja-react';
// ...
<Comments siteId='your-site-id'
threadSlug='unique-thread-slug' />
Explanation of the props:
Props | Meaning |
---|---|
siteId | Unique ID for the site. You can find it on the site settings page |
threadSlug | Optional. Unique ID for the current comment thread. Generated from the page URL path if omitted. |
Please refer to the documentation for further information.
2.4.2
5 years ago
2.4.1
5 years ago
2.4.0
5 years ago
2.3.9
5 years ago
2.3.8
5 years ago
2.3.7
6 years ago
2.3.6
6 years ago
2.3.5
6 years ago
2.3.4
6 years ago
2.3.3
6 years ago
2.3.2
6 years ago
2.3.1
6 years ago
2.3.0
6 years ago
2.2.1
6 years ago
2.2.0
6 years ago
2.1.0
6 years ago
2.0.0
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago