vue-modal-simple
v1.0.6
Published
Simple Vue Bootstrap Modal
Downloads
15
Readme
BootstrapVueModal
Bootstrap Modal on Vue component It's a vue component of Bootstrap Modal. Include a slots, that you can override them and write your code inside.
How to Use:
Install:
$ npm install vue-modal-simple
Or
$ yarn add vue-modal-simple
Then write in your vue file:
import Vue-Simple-Modal from 'vue-simple-modal'
<script>
export default {
components:{
Vue-Simple-Modal
}
}
</script>
Enjoy :)