2017-03-10 16:25:29 +00:00
2017-03-10 16:25:29 +00:00
2017-03-10 10:46:05 +00:00
2017-03-10 10:46:05 +00:00
2017-03-10 10:46:05 +00:00
2017-03-10 11:15:59 +00:00
2017-03-10 11:23:03 +00:00

##Vue.js modal

####Simple to use vue.js modal

####Install:

Include plugin in your main.js file.

import 'vue-modal';

Create modal

<modal name="hello-world">
  hello, world!
</modal>

Call it from anywhere in the app

methods: {
  this.$modal.show('hello-word');
}

####Props:

//todo

####Screenshot:

Description
🍕 Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal.
Readme 2 MiB
Languages
Vue 70.8%
JavaScript 27.9%
TypeScript 1.3%