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