vue-svg-circle-progress-bar

1.0.3 • Public • Published

vue-svg-circle-progress-bar

vue-progress.gif

Install

npm i vur-circle-progress-bar

Using

import CircleProgress from 'vue-svg-circle-progress-bar'

export default {
  components:{
   CircleProgress
  },
  data(){
    return {
      progressOption:{
        progressColor:'yello',
        progress:50,
        text:"50%"
      }
    }
  }
}
<CircleProgress :progressOption = "progressOption"/>

see the prop in progressOption

props default type description
progress 50 Number progress
text 50 String the progress text
bgColor #F6F6F6 String backgroundColor of progress
progressColor #FF0000 String progressColor of progress
strokeWidth 10 Number width of progress
radius 50 Number radius of progress
animate false Boolean animate or not
dur 1 Number during of animation

keywords

vue svg progress

Readme

Keywords

none

Package Sidebar

Install

npm i vue-svg-circle-progress-bar

Weekly Downloads

1

Version

1.0.3

License

none

Unpacked Size

350 kB

Total Files

16

Last publish

Collaborators

  • haiy8insitan