Files
univer/packages/sheets-note-ui

@univerjs/sheets-note-ui

npm version license downloads

@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.

Resources