Install & Download:
# Yarn
$ yarn add vue-modal-dialogs
# NPM
$ npm install vue-modal-dialogs --saveDescription:
Dialogs are atypical and essential user interaction in interactive applications. But implementing dialogs are not an easy thing in front-end web development. This project is aimed to help developers to easily use dialogs by the advantage of Vue.js, Promise, and async function.
Preview:
If you use Vue 3, you might want to take a look vue3-promise-dialog which is very similar : https://github.com/rlemaigre/vue3-promise-dialog . I’m the author.