0.1.6 • Published 3 years ago

roc-scale-box v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

roc-scale-box

vue大屏适配缩放组件

安装

npm install roc-scale-box

使用

<template>
  <div id="app">
    <RocScaleBox
      :width="1920"
      :height="1080"
      bgc="transparent"
      :delay="100"
    >
      <template>
        <h1>大屏内容</h1>
      </template>
    </RocScaleBox>
  </div>
</template>
import RocScaleBox from 'roc-scale-box'

export default {
  components: {
    RocScaleBox
  }
}

属性

  • width 宽度 默认 1920
  • height 高度 默认 1080
  • bgc 背景颜色 默认 "transparent"
  • delay自适应缩放防抖延迟时间(ms) 默认 100
0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago