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