mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
d5db169275
Co-authored-by: Wpxp123456 <2677556700@qq.com>
@univerjs/sheets-ui
@univerjs/sheets-ui provides the main spreadsheet UI layer for Univer Sheets, including selection, menus, clipboard, formula bar integration, and rendering interaction services.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/sheets-ui |
UniverSheetsUi |
Yes | Yes | Yes |
Installation
pnpm add @univerjs/sheets-ui
# or
npm install @univerjs/sheets-ui
Keep all @univerjs/* packages on the same version.
Usage
import '@univerjs/sheets-ui/lib/index.css';
import EnUS from '@univerjs/sheets-ui/locale/en-US';
import { UniverSheetsUIPlugin } from '@univerjs/sheets-ui';
univer.registerPlugin(UniverSheetsUIPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.
Exported plugin classes:
UniverSheetsUIPluginUniverSheetsMobileUIPlugin