mirror of
https://github.com/dream-num/univer.git
synced 2026-09-19 10:29:12 +08:00
@univerjs/docs-thread-comment-ui
@univerjs/docs-thread-comment-ui adds thread comment UI integration for Univer Docs.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/docs-thread-comment-ui |
UniverDocsThreadCommentUi |
Yes | No | No |
Installation
pnpm add @univerjs/docs-thread-comment-ui
# or
npm install @univerjs/docs-thread-comment-ui
Keep all @univerjs/* packages on the same version.
Usage
import '@univerjs/docs-thread-comment-ui/lib/index.css';
import { UniverDocsThreadCommentUIPlugin } from '@univerjs/docs-thread-comment-ui';
univer.registerPlugin(UniverDocsThreadCommentUIPlugin);
Integration Notes
Use this package with @univerjs/thread-comment and @univerjs/thread-comment-ui for shared comment behavior.