1.1.6 • Published 6 years ago

check-puge v1.1.6

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

checkbox

SVG动画效果选择框. Alt text

安装 及 使用

$ npm install --save check-puge

使用组件

<template>
  <CheckBox v-model="checkValue" :size="12">
</template>

<script>
  import CheckBox from 'check-puge'
  export default {
    components: {
      CheckBox
    }
  }
</script>

参数

value

类型: Boolean 必要性: true 默认值:

定义组件是否被选中.

<CheckBox :value="false">

size

类型: Number 必要性: false 默认值: 20

选择框大小.

borderWidth

类型: Number 必要性: false 默认值: 1

borderColor

类型: String 必要性: false 默认值: #333333

<CheckBox :size="18">
1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago