2.4.2 • Published 4 years ago

remark-ninja-react v2.4.2

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

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:

PropsMeaning
siteIdUnique ID for the site. You can find it on the site settings page
threadSlugOptional. 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

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.9

4 years ago

2.3.8

4 years ago

2.3.7

5 years ago

2.3.6

5 years ago

2.3.5

5 years ago

2.3.4

5 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago