0.0.49 • Published 4 years ago

@deeppaas/deeppaas-ui v0.0.49

Weekly downloads
40
License
MIT
Repository
-
Last release
4 years ago

deeppaas-ui

安装

$ npm i @deeppaas/deeppaas-ui
# or
$ yarn add @deeppaas/deeppaas-ui

颜色设置

样式优先级 ConfigProvider variables > document.body variables > 内置 variables

使用内置颜色

import { ConfigProvider } from '@deeppaas/deeppaas-ui'

...

return (
  <ConfigProvider
    variables={{
      'primary-color': '#2b0',
      'text-strong': '#000',
      'text-second': 'rgba(0, 0, 0, .75)',
    }}
  >
    {children}
  </ConfigProvider>
)

自定义颜色

body {
  --primary-color: #13c2c2;
  --primary-light-color: #e6fffb;
  --danger-color: #f5222d;
  --danger-light-color: #ffeaea;
  --warn-color: #fadb14;
  --warn-light-color: #fefbeb;
  --success-color: #52c41a;
  --success-light-color: #efffe8;
  --border-color: #d9d9d9;
  --background-color: #fafafa;
  --background-disabled: #f5f5f5;
  --text-strong: #000;
  --text-second: rgba(0, 0, 0, .75);
  --text-third: rgba(0, 0, 0, .5);

  --height-base: 32px;
  --height-lg: 40px;
  --height-sm: 24px;

  --font-size-base: 14px;
  --font-size-lg: 16px;
  --font-size-sm: 12px;

  --border-radius-base: 2px;
  --border-radius-lg: 2px;
  --border-radius-sm: 2px;

  --rate-star-color: #000;
  --rate-star-selected-color: #FCBF39;
}
0.0.49

4 years ago

0.0.48

4 years ago

0.0.46

4 years ago

0.0.47

4 years ago

0.0.40

4 years ago

0.0.41

4 years ago

0.0.42

4 years ago

0.0.43

4 years ago

0.0.44

4 years ago

0.0.45

4 years ago

0.0.39

4 years ago

0.0.38

4 years ago

0.0.37

4 years ago

0.0.36

4 years ago

0.0.35

4 years ago

0.0.34

4 years ago

0.0.31

4 years ago

0.0.32

4 years ago

0.0.33

4 years ago

0.0.30

4 years ago

0.0.28

4 years ago

0.0.29

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.23

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.26

4 years ago

0.0.27

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago