Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuetify-loading-overlay

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify-loading-overlay - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "vuetify-loading-overlay",
"version": "1.0.2",
"version": "1.0.3",
"description": "Full page screen loading for vuetify",

@@ -13,5 +13,3 @@ "main": "src/index.js",

"license": "MIT",
"dependencies": {
"@saeris/vue-spinners": "^1.0.8"
},
"dependencies": {},
"keywords": [

@@ -18,0 +16,0 @@ "vuetify",

@@ -10,3 +10,2 @@ # Vuetify loading overlay

```
this package uses the ["@saeris/vue-spinners"](https://vue-spinners.saeris.io/) package to display the spinners

@@ -21,3 +20,2 @@ ## Usage

overlayProps: {},
spinner: 'SyncLoader'
});

@@ -36,3 +34,2 @@ ```

overlayProps: {},
spinner: 'SyncLoader'
})

@@ -84,6 +81,6 @@ );

{
color: "red"
color: "primary"
}
```
You can check the properties of the spinner in its [official documentation](https://github.com/Saeris/vue-spinners)
You can check the properties of the spinner in its [official documentation](https://vuetifyjs.com/en/components/progress-circular/)

@@ -98,5 +95,2 @@ #### overlayProps

#### spinner
defualt: SyncLoader
you can find more spinner [here](https://vue-spinners.saeris.io/)

@@ -103,0 +97,0 @@ ## Author

import Vue from "vue";
import Component from "./Component";
import { VueSpinners } from "@saeris/vue-spinners";
Vue.use(VueSpinners);
const Loading = (options = {}) => {

@@ -8,0 +5,0 @@ const propsData = Object.assign({}, options);

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc