mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
@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-ui
Keep 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.