2.1.2 • Published 3 years ago

self-adaption-screen-box v2.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

自适应盒子

介绍

自适应缩放容器,适用于 react -- pc 大屏可视化项目

软件架构

软件架构说明

安装教程

npm i -S self-adaption-screen-box

1.0.0 版本

import {SelfAdaptionBox} from 'self-adaption-screen-box'

2.0.0 版本

import SelfAdaptionBox from 'self-adaption-screen-box'
// ts 声明
import type {SelfAdaptionBoxProps} from 'self-adaption-screen-box'
<SelfAdaptionBox>
   <div style='width:100%;height:100%'></div>
</SelfAdaptionBox>

使用说明

| 参数 | 类型 | 必填 | 说明 | 默认值 |

|-width--|number|否|设计图宽度|1920|

| height | number | 否 | 设计图高度 | 1080 |

| fixed | boolean | 否 | 是否固定长宽比 | false |

  1. xxxx
  2. xxxx
  3. xxxx

更新说明

2.1.0

1、修复 README 文字错误; 2、修复 ts 报错;

2.0.0
1、引入方式改变; 2、添加 fixed 是否固定长宽比属性;

2.1.2

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago