https://github.com/beeplin/vue-circle-progress
A circle progress component for vue 2. Forked from v-circle.
https://github.com/beeplin/vue-circle-progress
Last synced: over 1 year ago
JSON representation
A circle progress component for vue 2. Forked from v-circle.
- Host: GitHub
- URL: https://github.com/beeplin/vue-circle-progress
- Owner: beeplin
- License: mit
- Created: 2016-10-23T16:07:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T16:39:09.000Z (over 9 years ago)
- Last Synced: 2025-01-28T15:18:33.062Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-circle-progress
A circle progress component. Forked from [v-circle](https://github.com/qddegtya/v-circle) and updated with vue 2.
## Usage
```html
```
## Props
```txt
prop type description example default value
color String circle progress fill color #000000 #2ecc71
width Number circle size 180 150
fontSize Number circle progress value size 64 64
pv Number circle progress value 75 0
textColor String circle progress value color #bdc3c7 #bdc3c7
bold String circle progress outline width 10 5
textBgColor String circle progress value background-color #000000 #f9f9f9
borderColor String circle progress outline color #000000 #bdc3c7
during Number circle progress animation duration-time 2 0.8
bgColor String circle progress background-color #000000 #f0f0f0
```