comment-base-kit

PreviousNext
Docs
platecomponent

Preview

Loading preview…
registry/components/editor/plugins/comment-base-kit.tsx
import { BaseCommentPlugin } from '@platejs/comment';

import { CommentLeafStatic } from '@/registry/ui/comment-node-static';

export const BaseCommentKit = [
  BaseCommentPlugin.withComponent(CommentLeafStatic),
];

Installation

npx shadcn@latest add @plate/comment-base-kit

Usage

import { CommentBaseKit } from "@/components/comment-base-kit"
<CommentBaseKit />