vue-doughnut-progress
Advanced tools
Comparing version
{ | ||
"name": "vue-doughnut-progress", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "An animated responsive circular progress for Vue 3", | ||
"keywords": ["vue","vue3","progress","circular-progress","doughnut-progress"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bizhanhe1996/vue-doughnut-progress.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Bizhan Hejazi", | ||
"main": "dist/vue-doughnut-progress.ssr.js", | ||
@@ -7,0 +13,0 @@ "browser": "dist/vue-doughnut-progress.esm.js", |
@@ -10,23 +10,23 @@ # vue-doughnut-progress | ||
2. Import it into your vue file: | ||
``` | ||
import VueDoughnutProgress from 'vue-doughnut-progress'; | ||
``` | ||
``` | ||
import VueDoughnutProgress from 'vue-doughnut-progress'; | ||
``` | ||
3. Register it (Locally or Globally) | ||
``` | ||
components: { | ||
VueDoughnutProgress | ||
} | ||
``` | ||
``` | ||
components: { | ||
VueDoughnutProgress | ||
} | ||
``` | ||
4. Add it to your template with parameters: | ||
``` | ||
<VueDoughnutProgress | ||
size="50" | ||
thickness="5" | ||
color="red" | ||
percent="23" | ||
text="test" | ||
bold="false" | ||
fontSize="14" | ||
/> | ||
``` | ||
``` | ||
<VueDoughnutProgress | ||
size="50" | ||
thickness="5" | ||
color="red" | ||
percent="23" | ||
text="test" | ||
bold="false" | ||
fontSize="14" | ||
/> | ||
``` | ||
@@ -33,0 +33,0 @@ ## Parameters |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
19426
0.47%1
-50%0
-100%