A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://setaman.github.io/vue-ellipse-progress-docs/guide/options/progress.html below:

Website Navigation


progress | vue-ellipse-progress

progress Animated type values default Number [-100, 100]

The progress property takes a Number value in the range [-100, 100] and defines the filled area from the progress circle line in percent. By default, progress is shown as the legend in the middle of the circle.

progress is animated and counts up or down on any value changes with duration defined in animation.duration property.

A negative value can be used to fill the progress line counterclockwise. Alternatively, the same effect can be achieved with the reverse property.

Progress and Legend

The progress is always used to fill the progress circle line, it should always be in the range [-100, 100] and invalid Numbers lead to noData state. If you want to customize and style what the circle legend displays, you can use the legend property, also take a look at legendFormatter or the default slot.

If legend is defined, the progress will not be displayed as the circle legend.

Usage: 📜 vue
<ve-progress :progress="50" />
Basic Example js
<ve-progress :progress="50" />

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4