JSPM

vuetify-overlay

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q48086F
  • License MIT

Package Exports

  • vuetify-overlay

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuetify-overlay) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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