@radzor/comment-system
Threaded comment system with moderation, reactions, and pagination. Supports nested replies, content moderation actions, and reaction tracking with an in-memory store.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| maxDepth | number | 5 | Maximum nesting depth for threaded replies. |
| pageSize | number | 20 | Default number of comments per page. |
| allowedReactions | string[] | like,dislike,love,laugh,sad,angry | Allowed reaction types. |
Maximum nesting depth for threaded replies.
default: 5
Default number of comments per page.
default: 20