2017-03-13 12:20:45 +00:00
2017-03-10 16:47:32 +00:00
2017-03-10 16:25:29 +00:00
2017-03-13 12:18:02 +00:00
2017-03-10 10:46:05 +00:00
2017-03-10 10:46:05 +00:00
2017-03-13 12:20:45 +00:00
2017-03-13 12:15:39 +00:00
2017-03-10 17:04:46 +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%