You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you have initialized the component, use it everywhere you want in your application:
66
+
After you have initialized the component, you are ready to create your circles:
56
67
```html
57
-
<vue-ellipse-progress
68
+
<ve-progress
58
69
:data="circles"
59
70
:progress="progress"
60
71
:angle="-90"
@@ -85,12 +96,12 @@ After you have initialized the component, use it everywhere you want in your app
85
96
<spanslot="legend-value">/200</span>
86
97
<pslot="legend-caption">GOOD JOB</p>
87
98
88
-
</vue-ellipse-progress>
99
+
</ve-progress>
89
100
```
90
101
## Options
91
102
You are ready to go with just following line:
92
103
```html
93
-
<vue-ellipse-progress:progress="progress"/>
104
+
<ve-progress:progress="progress"/>
94
105
```
95
106
The **[`progress`](#progress)** is the only required property. However, in order to create unique circles that match your design needs, you can use all the properties explained below.
0 commit comments