1.0.5 • Published 4 years ago

di-ui v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago
vue气泡进度条

使用方法:
1. npm install di-ui
2. main.js 内引入 
import Yui from 'di-ui'
import 'di-ui/lib/Yui.css'
Vue.use(Yui)
3.<YBubbleBar :Cardwidth="90" :Cardheight="30" :width="progre" :title="title" :rightSize="progre + '%'" :Color="'red'"> </YBubbleBar>


Cardwidth:在容器内的宽度     类型:Number
Cardheight:在容器内的高度     类型:Number
width:进度条的百分比     类型:Number
title:标题     类型:String
rightSize:显示当前进度值     类型:Number
Color:颜色     类型:String
1.0.2

4 years ago

1.0.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago