mirror of
https://github.com/dream-num/univer.git
synced 2026-08-31 01:42:03 +08:00
@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-comment
Register the plugin
import { UniverDocsThreadCommentUIPlugin } from '@univerjs/docs-thread-comment-ui';
univer.registerPlugin(UniverDocsThreadCommentUIPlugin);