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

0.0.1-alpha.0 • Public • Published

NEXT Comments For React

为使用 React 的前端打造的评论区组件

A comment section component built to use the React Frontend Framework.

Usage

# in bash
pnpm i @nx-space/nx-comments-react

Note: 此组件不包含请求部分,你需要传入一个 apiClient 使其工作

import { Comments } from '@nx-space/nx-comments-react';
const App: React.FC = () => {
  return (
    <Comments type="Post" path="hello-world" id={'123'} apiClient={apiClient} />
  );
}

License

此项目 AGPLv3 授权开源,使用此项目进行的二次创作或者衍生项目也必须开源。

Author

nx-comments-react © Wibus, Released under the AGPL-3.0 License.

Personal Website · Blog · GitHub @wibus-wee · Telegram @wibus✪

Readme

Keywords

none

Package Sidebar

Install

npm i @nx-space/nx-comments-react

Weekly Downloads

0

Version

0.0.1-alpha.0

License

AGPLv3

Unpacked Size

67.6 kB

Total Files

6

Last publish

Collaborators

  • wibus