/aki_vue_backgrounds

aki自制 vue 背景组件

Primary LanguageVue

VUE背景组件库,欢迎使用😘

下载地址

npm install aki_vue_backgrounds

使用方法示例

 <AkiBackGround1 style="height:100%;width: 100%; position: fixed;top: 0;left: 0;z-index: -999"
    column="4" row="3" rotate="45" scale="3" saturation="100" light="50"></AkiBackGround1>

import {AkiBackGround1} from 'aki_vue_backgrounds'

components: {
AkiBackGround1
}

文档

1.AkiBackGround1

如果想铺满全屏可以使用一下css
style="height:100%;width: 100%;position: fixed;top: 0;left: 0;z-index: -999"
属性名 参数说明
column 几列不同的颜色
row 几行不同的颜色
rotate 旋转角度
scale 缩放比例
saturation 饱和度
light 亮度

background1 效果展示

2.AkiBackGround2... 开发中