at-night

1.0.3 • Public • Published

at-night

A Vue.js project

安装

npm i at-night

介绍

这是一个灯光效果,类似与小时候在在被窝里拿着手电筒看书

使用

<template>
  <div>
    <at-right>
        <div>hello world</div>
    </at-right>
  </div>
</template>

<script>
import atNight from 'at-night'

export default {
  components: {
    atNight
  }
}
</script>

传值

<at-right :isShow="true" :colorStyle="yellow" :rightSize="100"></at-right>
<!-- isShow: 是否开启 => String -->
<!-- colorStyle: 灯光颜色 => String / 可选值 => yellow white -->
<!-- rightSize: 光圈大小 => Number -->

Dependents (0)

Package Sidebar

Install

npm i at-night

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

60.3 kB

Total Files

13

Last publish

Collaborators

  • wangbig