self-adaption-screen-box
v2.1.2
Published
大屏自适应盒子
Downloads
2
Readme
自适应盒子
介绍
自适应缩放容器,适用于 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 |
- xxxx
- xxxx
- xxxx
更新说明
2.1.0
1、修复 README 文字错误; 2、修复 ts 报错;
2.0.0
1、引入方式改变;
2、添加 fixed 是否固定长宽比属性;