@univerjs/sheets-thread-comment
v1.0.2
Published
Thread comment integration for Univer Sheets.
Readme
@univerjs/sheets-thread-comment
@univerjs/sheets-thread-comment connects shared thread comments to Univer Sheets and provides sheet-specific comment services.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs/sheets-thread-comment | UniverSheetsThreadComment | No | No | Yes |
Installation
pnpm add @univerjs/sheets-thread-comment
# or
npm install @univerjs/sheets-thread-commentKeep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsThreadCommentPlugin } from '@univerjs/sheets-thread-comment';
univer.registerPlugin(UniverSheetsThreadCommentPlugin);Integration Notes
Use this package with @univerjs/sheets-thread-comment-ui when users need comment UI in sheets.
