Animated Circular Progress Bar
Animated Circular Progress Bar is a component that displays a circular gauge with a percentage value.
API
Prop Name | Type | Default | Description |
---|---|---|---|
class | string | - | The class to be applied to the component. |
max | number | 100 | The maximum value of the gauge. |
min | number | 0 | The minimum value of the gauge. |
value | number | 0 | The current value of the gauge. |
gaugePrimaryColor | string | rgb(79 70 229) | The primary color of the gauge. |
gaugeSecondaryColor | string | rgba(0, 0, 0, 0.1) | The secondary color of the gauge. |
circleStrokeWidth | number | 10 | The width of the circle progress bar. |
Component Code
You can copy and paste the following code to create these components:
AnimatedCircularProgressBar.vue
Credits
- Credits to Magic UI.
- Credits to SivaReddy Uppathi for porting this component.