Skip to content

reverse

typevaluesdefault
Booleanfalse

The prop flips the circle, and the progress circle fills counterclockwise. Alternatively you can set a negative value for progress.

Usage 📜

vue
<ve-progress reverse/>
<ve-progress :reverse="true" />

Examples

js
<ve-progress :reverse="false" :progress="50"/>

Released under the MIT License.