mirror of
https://github.com/dream-num/univer.git
synced 2026-08-31 01:42:03 +08:00
@univerjs/thread-comment
@univerjs/thread-comment provides shared thread comment models, commands, and services that product-specific comment packages build on.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/thread-comment |
UniverThreadComment |
No | No | No |
Installation
pnpm add @univerjs/thread-comment
# or
npm install @univerjs/thread-comment
Keep all @univerjs/* packages on the same version.
Usage
import { UniverThreadCommentPlugin } from '@univerjs/thread-comment';
univer.registerPlugin(UniverThreadCommentPlugin);
Integration Notes
Product-specific packages such as @univerjs/sheets-thread-comment and @univerjs/docs-thread-comment-ui build on this shared layer.