Modal A small wrapper for integrating SweetAlert to Vuejs Oct 30, 2017 1 min read VueSwal A small wrapper for integrating SweetAlert to Vuejs. (Compatible with SSR) You can customize VueSwal to fit your needs. View demo Installation npm npm install vue-swal Bash yarn yarn add vue-swal Bash Usage Bundler (Webpack, Rollup) import Vue from 'vue' import VueSwal from 'vue-swal' Vue.use(VueSwal) Js Browser <!-- Include after Vue --> <!-- Local files --> <script src="vue-swal/dist/vue-swal.js"></script> <!-- From CDN --> <script src="https://unpkg.com/vue-swal"></script> HTML Simply happens export default { methods: { alert() { this.$swal('Hello word!') } } } Js GitHub anteriovieira/vue-swal?? — Read MoreDownload as zip ModalPopupOverlayDialog
Modal Window UI Component for vue2 Recent web applications are mainly for mobile environments. Therefore window UI is no longer mainstream. 30 October 2017
Modal VueJS responsive and customizable image and video gallery Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. 30 October 2017
Modal A lightweight prompt and confirm dialog A lightweight, promise based alert, prompt and confirm dialog. 23 October 2017