@univerjs/sheets-note-ui
v0.14.0
Published
Univer sheets note UI plugin
Downloads
76,756
Keywords
Readme
@univerjs/sheets-note-ui
| Package | Description | Version | License | Downloads | Continuous Integration | Coverage |
|---------|-------------|---------|----------|-----------|----------------------|----------|
| @univerjs/sheets-note-ui | UniverSheetsNote | |
|
| ⭕️ | ⭕️ |
Introduction
@univerjs/sheets-note-ui provides the note/annotation function of Univer Sheets.
Usage
Installation
npm install @univerjs/sheets-note-uior
pnpm add @univerjs/sheets-note-uiExample
import { UniverSheetsNotePlugin, INoteMentionDataService} from '@univerjs/sheets-note-ui';
// Register the plugin
univer.registerPlugin(UniverSheetsNotePlugin);