vue3-radial-progress
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "vue3-radial-progress", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A smart and light radial progress bar component for Vue 3.", | ||
@@ -5,0 +5,0 @@ "author": "Jairo Blatt <jairoblatt@gmail.com>", |
<img src="https://github.com/jairoblatt/vue3-radial-progress/blob/master/demo/src/assets/demo-1.png" alt="Demo"> | ||
<div align="center"> | ||
<img src="https://img.shields.io/badge/License-MIT-0aa8d2" alt="MIT"/> | ||
<img src="https://badge.fury.io/js/vue-material-tabs.svg" alt="npm Version"/> | ||
<img src="https://badge.fury.io/js/vue3-radial-progress.svg" alt="npm version" height="18"> | ||
<img src="https://snyk.io/test/github/jairoblatt/vue-material-tabs/badge.svg" alt="Vulnerabilities"> | ||
<p>A smart and light radial progress bar component for Vue 3. </p> | ||
<p >A smart and light radial progress bar component for Vue 3.</p> | ||
<br/> | ||
</div> | ||
@@ -26,6 +27,10 @@ | ||
```javascript | ||
import Vue from "vue"; | ||
import RadialProgressBar from "vue3-radial-progress"; | ||
import { createApp } from 'vue'; | ||
import RadialProgress from "vue3-radial-progress"; | ||
Vue.use(RadialProgressBar); | ||
// Your app instance here | ||
const app = createApp(App); | ||
app.use(RadialProgress); | ||
``` | ||
@@ -36,7 +41,7 @@ | ||
```javascript | ||
import RadialProgressBar from "vue3-radial-progress"; | ||
import RadialProgress from "vue3-radial-progress"; | ||
export default { | ||
components: { | ||
RadialProgressBar | ||
RadialProgress | ||
}, | ||
@@ -43,0 +48,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108
15207
4
0
2