# @univerjs-pro/sheets-shape-ui

[![npm version](https://img.shields.io/npm/v/@univerjs-pro/sheets-shape-ui?style=flat-square)](https://npmjs.com/package/@univerjs-pro/sheets-shape-ui)
[![downloads](https://img.shields.io/npm/dm/@univerjs-pro/sheets-shape-ui?style=flat-square)](https://npmjs.com/package/@univerjs-pro/sheets-shape-ui)

`@univerjs-pro/sheets-shape-ui` provides shape and drawing UI integration for Univer Sheets.

## Package Overview

| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| `@univerjs-pro/sheets-shape-ui` | `UniverProSheetsShapeUi` | Yes | Yes | No |

## Installation

```sh
pnpm add @univerjs-pro/sheets-shape-ui
# or
npm install @univerjs-pro/sheets-shape-ui
```

Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.

## Usage

```ts
import '@univerjs-pro/sheets-shape-ui/lib/index.css';
import EnUS from '@univerjs-pro/sheets-shape-ui/locale/en-US';
import { UniverSheetsShapeUIPlugin } from '@univerjs-pro/sheets-shape-ui';

univer.registerPlugin(UniverSheetsShapeUIPlugin);

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

## Integration Notes

Use this package with `@univerjs-pro/sheets-shape` when users need shape editing UI.

## Resources

- [Documentation](https://docs.univer.ai/guides/pro)
- [NPM package](https://npmjs.com/package/@univerjs-pro/sheets-shape-ui)

