You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-doughnut-progress

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-doughnut-progress - npm Package Compare versions

Comparing version

to
1.0.5

8

package.json
{
"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",

38

README.md

@@ -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