0.6.1 • Published 2 years ago
vue3-m-circle-progress-bar v0.6.1
Welcome to MCircleProgressBar!
Hi!
Highly customizable & lightweight & responsive circular progressbar component for Vue 3, built with SVG and extensively customizable.
DEPRECATED!!!! USE INSTEAD A NEW PACKAGE - https://www.npmjs.com/package/circle-progress.vue
Installation
npm install --save vue3-m-circle-progress-bar
Adding into app
import { CircleProgressBar } from 'vue3-m-circle-progress-bar';
<CircleProgressBar :value="7" :max="10" />
Props
Please write me, if you need more props :) You can customize your progress bars as you want. For example:
Props | Type | HTML |
---|---|---|
max* | Number | Max value |
value* | Number | Current value. |
colorFilled | String | Circle color if limit exceed |
colorUnfilled | String | Circle color if limit not exceed |
percentage | BooleaN | Show percentage |
rounded | BooleaN | Rounding the circle line |
animationDuration | String | Animation Duration |
strokeWidth | String | Circle Stroke width |
reversedFilling | Boolean | Enable reversed filling |
Other
Also you can use slots to throw your custom content. For example:
<CircleProgressBar
:value="value"
:max="max"
percentage
rounded>
{{ value }} / {{ max }}
</CircleProgressBar>
0.6.1
2 years ago
0.6.0
2 years ago
1.0.0-beta.3
2 years ago
1.0.0-beta.2
2 years ago
0.5.1
2 years ago
1.0.0-beta.1
2 years ago
0.5.0
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.1
2 years ago
0.2.18
2 years ago
0.2.17
2 years ago
0.2.16
2 years ago
0.2.15
2 years ago
0.2.14
2 years ago
0.2.11
2 years ago
0.2.10
2 years ago
0.2.9
2 years ago
0.2.8
2 years ago
0.2.7
2 years ago
0.2.6
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago