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

@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);