Files
univer/packages/docs-thread-comment-ui

@univerjs/docs-thread-comment-ui

npm version license downloads

@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.

Resources