Skip to content

angle

Animated
typevaluesdefault
Numberany Number-90

With the angle prop the circle can be rotated and thus the starting point can be changed.

Usage 📜

vue
<ve-progress :angle="90" />

Examples

js
<ve-progress :angle="-90" :progress="50"/>

Released under the MIT License.