@jam-comments/react
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@jam-comments/react

A React component for rendering comments from JamComments.

Installation

npm install @jam-comments/react

Usage

import JamComments from "@jam-comments/react";

export default () => {
  const initialComments = getCommentsSomehow();
  const apiKey = "getthisfromthejamcommentsadmin";
  const domain = "yourdomain.com";

  return (
    <JamComments
      initialComments={initialComments}
      apiKey={apiKey}
      domain={domain}
    />
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i @jam-comments/react

Weekly Downloads

4

Version

0.1.2

License

ISC

Unpacked Size

46.9 kB

Total Files

29

Last publish

Collaborators

  • alexmacarthur