0.6.6 • Published 3 months ago

@univerjs/design v0.6.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

@univerjs/design

Package Overview

Package NameUMD NamespaceVersionLicenseDownloadsContains CSSContains i18n locales
@univerjs/designUniverDesign⭕️⭕️

Introduction

To ensure better consistency in the UI of Univer plugins and to reduce the effort required for custom development, we provide some fundamental design guidelines and components.

The components are developed using React and less, and you can find out more information by visiting the component library website.

npm.io

:::note If you only need to extend the toolbar, context menu, and so on, you can directly use the extension interfaces provided by @univerjs/ui without implementing the UI yourself. For more information, please refer to Extending UI. :::

Usage

Installation

# Using npm
npm install @univerjs/design

# Using pnpm
pnpm add @univerjs/design

This package contains CSS and has the highest priority. Please import it before importing any other Univer style files.

Built-in themes

The package provides two built-in themes: defaultTheme and greenTheme. You can import them directly and use them in your application.

import { defaultTheme } from '@univerjs/design';
// import { greenTheme } from '@univerjs/design';

// Use the default theme
new Univer({
    theme: defaultTheme,
    // theme: greenTheme,
});
0.6.6

3 months ago

0.6.5

3 months ago

0.6.3

4 months ago

0.6.4

4 months ago

0.6.2

4 months ago

0.6.1

4 months ago

0.6.0

4 months ago

0.6.0-alpha.0

5 months ago

0.5.5

5 months ago

0.5.4

5 months ago

0.5.3

6 months ago

0.5.2

6 months ago

0.5.1

7 months ago

0.5.0

7 months ago

0.5.0-beta.1

7 months ago

0.5.0-beta.0

7 months ago

0.5.0-alpha.0

7 months ago

0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.4.0-alpha.2

8 months ago

0.4.0-alpha.1

8 months ago

0.4.0-alpha.0

8 months ago

0.3.0

9 months ago

0.3.0-alpha.0

9 months ago

0.3.0-alpha.1

9 months ago

0.2.15

9 months ago

0.2.14

9 months ago

0.2.13

9 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.10

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4-alpha.0

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.16

1 year ago

0.1.17

12 months ago

0.2.3

11 months ago

0.2.2

12 months ago

0.2.4

11 months ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0-beta.5

1 year ago

0.1.0-beta.4

1 year ago

0.1.0-beta.3

1 year ago

0.1.0-beta.2

1 year ago

0.1.0-beta.1

1 year ago

0.1.0-beta.0

2 years ago

0.1.0-alpha.3

2 years ago

0.1.0-alpha.2

2 years ago

0.1.0-alpha.1

2 years ago