npm.io
0.5.0-nightly.202411230627 • Published 1 year ago

@univerjs/ui

Licence
Apache-2.0
Version
0.5.0-nightly.202411230627
Deps
8
Size
1.2 MB
Vulns
0
Weekly
0
Stars
13.3K
DeprecatedThis version is deprecated, please use the latest version instead

@univerjs/ui

npm version license downloads

@univerjs/ui provides Univer's shared application UI framework, workbench services, menu infrastructure, dialogs, clipboard services, and Facade UI APIs.

Package Overview

Package UMD global CSS Locales Facade entry
@univerjs/ui UniverUi Yes Yes Yes

Installation

pnpm add @univerjs/ui
# or
npm install @univerjs/ui

Keep all @univerjs/* packages on the same version.

Usage

import '@univerjs/ui/lib/index.css';
import EnUS from '@univerjs/ui/locale/en-US';
import { UniverUIPlugin } from '@univerjs/ui';

univer.registerPlugin(UniverUIPlugin);

// Merge EnUS into your Univer locale map when this package contributes UI text.

Exported plugin classes:

  • UniverUIPlugin
  • UniverMobileUIPlugin

Resources

Keywords