@univerjs/sheets-note-ui
v0.25.2
Published
Cell note UI for Univer Sheets.
Readme
@univerjs/sheets-note-ui
@univerjs/sheets-note-ui adds the UI for viewing and editing cell notes in Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs/sheets-note-ui | UniverSheetsNoteUi | Yes | Yes | No |
Installation
pnpm add @univerjs/sheets-note-ui
# or
npm install @univerjs/sheets-note-uiKeep all @univerjs/* packages on the same version.
Usage
import '@univerjs/sheets-note-ui/lib/index.css';
import EnUS from '@univerjs/sheets-note-ui/locale/en-US';
import { UniverSheetsNoteUIPlugin } from '@univerjs/sheets-note-ui';
univer.registerPlugin(UniverSheetsNoteUIPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.