1.0.1 • Published 5 years ago

@my-script/vue-circle-progress v1.0.1

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

circle-progress

usage

examples

install

npm install @my-script/vue-circle-progress

or

yarn add @my-script/vue-circle-progress

use

<circle-progress :value="50" :duration="1000" bar-color="#00bcd4" bar-round />

props

nametypedescription
valueNumberpercent, 0~100
durationNumberduration of animate
barColorStringcolor of progress bar
barWidthNumberwidth of progress bar
bgBarColorStringcolor of background
bar-roundBooleanset stroke-linecap to round