# @univerjs/design

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

`@univerjs/design` contains the shared React design components, tokens, styles, and locale resources used by Univer UI packages.

## Package Overview

| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| `@univerjs/design` | `UniverDesign` | Yes | Yes | No |

## Installation

```sh
pnpm add @univerjs/design
# or
npm install @univerjs/design
```

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

## Usage

```ts
import '@univerjs/design/lib/index.css';
import DesignEnUS from '@univerjs/design/locale/en-US';
```

## Resources

- [Documentation](https://docs.univer.ai)
- [NPM package](https://npmjs.com/package/@univerjs/design)
- [GitHub repository](https://github.com/dream-num/univer)

