0.6.1 • Published 2 years ago

vue3-m-circle-progress-bar v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Welcome to MCircleProgressBar!

Circle Progress Bar

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:

PropsTypeHTML
max*NumberMax value
value*NumberCurrent value.
colorFilledStringCircle color if limit exceed
colorUnfilledStringCircle color if limit not exceed
percentageBooleaNShow percentage
roundedBooleaNRounding the circle line
animationDurationStringAnimation Duration
strokeWidthStringCircle Stroke width
reversedFillingBooleanEnable 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