1.0.3 • Published 4 years ago

vue-svg-circle-progress-bar v1.0.3

Weekly downloads
16
License
-
Repository
-
Last release
4 years ago

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

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago