1.0.4 • Published 5 years ago

vuetify-overlay v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Vuetify Overlay

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

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

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago