1. vuetify-overlay

vuetify-overlay

Vuetify Overlay

Simple to use, Vuetify overlay component.
Github: https://github.com/goodjun/vuetify-overlay

Version License Downloads

Install

 npm install vuetify-overlay --save

How to use

Include plugin in your src/plugins/vuetify.ts file.

 import VuetifyOverlay from "vuetify-overlay";

Vue.use(VuetifyOverlay);

How to call

 // Open overlay
this.$overlay(true);

// Close overlay
this.$overlay(false);

Inspired by https://github.com/eolant/vuetify-toast-snackbar