iOS Style Alert / Confirm Dialog Box For Vue.js

In this post i am going share simple iOS Style Alert / Confirm Dialog Box For Vue.js. This vue component will replace default javascript alert box with iOS Style Alert / conform / prompt popup.

vue-confirm

Install
npm install --save vue-confirm-dialog
Quick Start Usage
// main.js
import Vue from "vue";
import VueConfirmDialog from "vue-confirm-dialog";

Vue.use(VueConfirmDialog);


JS – Component


Example Component





See live demo and download source code.

This awesome script developed by aslanon. Visit their official repository for more information and follow for future updates.


Don’t forget to Subscribe My Public Notebook for more useful free scripts, tutorials and articles.

Leave a Reply

Your email address will not be published. Required fields are marked *

Top