1.1.2 • Published 4 years ago

vue-progress-avatar v1.1.2

Weekly downloads
13
License
-
Repository
github
Last release
4 years ago

Expamle

Progress Avatar example

Install

# using in your project
npm i vue-progress-avatar

Nuxt

import Vue from 'vue';
import VueProgressAvatar from 'vue-progress-avatar';

Vue.use(VueProgressAvatar);

Props

NameTypeDescriptionDefault
imageStringImage inside circle''
radiusNumberCircle radius40
totalPoitsNumberFull fill target.100
progressNumberCircle progress.0
strokeNumberStroke width.4
strokeLinecapStringRounding the corners of a stroke.round
fillColorStringCircle background color.#f5f5f5
strokeColorStringProgress stroke color.#BBEE29
innerStrokeColorStringBack stroke color.#dedede
1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago