@univerjs/docs-thread-comment-ui
v0.14.0
Published
Univer thread comment plugin
Keywords
Readme
@univerjs/sheets-thread-comment
Package Overview
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
| --- | --- | --- | --- | --- | :---: | :---: |
| @univerjs/sheets-thread-comment | UniverSheetsThreadComment | |
|
| ⭕️ | ⭕️ |
Introduction
@univerjs/sheets-thread-comment provides the comment/annotation function of Univer Sheets.
Usage
Installation
# Using npm
npm install @univerjs/sheets-thread-comment
# Using pnpm
pnpm add @univerjs/sheets-thread-commentRegister the plugin
import { UniverDocsThreadCommentUIPlugin } from '@univerjs/docs-thread-comment-ui';
univer.registerPlugin(UniverDocsThreadCommentUIPlugin);