0.1.7 • Published 3 years ago

aming-svg-button v0.1.7

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

aming-svg-button

使用方式 全局引入 直接使用标签

main.js 引入

import amingSvgButton from 'aming-svg-button'
import 'aming-svg-button/lib/aming-svg-button.css'

Vue.use(amingSvgButton)

使用 三种类型选择 :typeColor="'white'

<aming-svg-button ></aming-svg-button>
<aming-svg-button :typeColor="'white'"></aming-svg-button>
<aming-svg-button :typeColor="'grey'"></aming-svg-button>

尺寸 使用三种 size large small 和默认

<aming-svg-button :size="'large'">Confirm</aming-svg-button>
<aming-svg-button >确定</aming-svg-button>
<aming-svg-button :size="'small'"></aming-svg-button>

smile 按钮

属性

  <!-- vue -->
  <aming-smile ></aming-smile>
  <aming-smile :active="false"></aming-smile>
  <aming-smile :colorAry="['#fff','#ccc']"></aming-smile>
0.1.7

3 years ago

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