@univerjs/ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

@univerjs/ui

npm version license CSS Included i18n

Introduction

@univerjs/ui defines basic UI services and provides a set of desktop Workbench implementations based on React.

Usage

Installation

# Using npm
npm install @univerjs/ui

# Using pnpm
pnpm add @univerjs/ui

This package contains CSS and has the second highest priority. Please import it after @univerjs/design and before any other Univer style files.

UI service

UI services define a set of user interface services that run on the client side but are agnostic to the specific host environment (such as desktop browsers, mobile webviews, etc.). By injecting these services, business functionalities can invoke the same interfaces across different hosts without worrying about host disparities.

These UI services include:

  • Menu service, used to register menu items and their associated commands.
  • Shortcut service, for registering keyboard shortcuts and their corresponding commands.
  • Clipboard service, to read from or write to the clipboard.
  • Popup service, which includes confirmations, dialogs, and more.

Workbench

In addition to UI services, @univerjs/ui also implements a workspace based on React, which includes elements such as the title bar, toolbar, main content area, context menu, sidebar, and more. Businesses can customize the rendered content using the APIs provided by the Workbench.

Readme

Keywords

Package Sidebar

Install

npm i @univerjs/ui

Homepage

univer.ai

Weekly Downloads

730

Version

0.1.8

License

Apache-2.0

Unpacked Size

1.21 MB

Total Files

102

Last publish

Collaborators

  • yuhongz
  • wbfsa
  • jikkai
  • wendellhu95
  • mengshukeji