@andrewa813/quasar-app-extension-dialogs

Opinionated dialog callout system from script for Quasar.

Usage no npm install needed!

<script type="module">
  import andrewa813QuasarAppExtensionDialogs from 'https://cdn.skypack.dev/@andrewa813/quasar-app-extension-dialogs';
</script>

README

Quasar App Extension - Dialogs

This is a simple library to show dialogs anywhere from code while also using a Vuex store.

Usage:

this.$dialogs.show({
  name: 'Folder/fileName',
  props: {
    id: 1
    variable: this.variable
  },
  dialogProps: {
    persistent: this.persistent
  }
})

Install

quasar ext add dialogs

Quasar CLI will retrieve it from the NPM registry and install the extension to your project.

Uninstall

quasar ext remove dialogs

Info

Other Info

Donate

If you appreciate the work that went into this App Extension, please consider donating to Quasar.