An open API service indexing awesome lists of open source software.

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.

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
```