0.5.0 • Published 7 years ago

nu-modal-vue v0.5.0

Weekly downloads
22
License
MIT
Repository
github
Last release
7 years ago

NikUi Modal ( nu-modal.vue )

A simple and versatile dialog box component for a project on vue.js!

Installation

$ npm install nu-modal-vue --save

Examples

import NuModal from 'nu-modal-vue'
Vue.use(NuModal);
<template>
  <nu-modal ref="modal" title="">
    ...
  </nu-modal>
  <button @click="init-your-method-name"></button>
</template>

<script>
import NuBreadcrumbs from 'nu-breadcrumbs'

export default {
		methods: {
			init-your-method-name: function () {
				this.$refs.modal.open()
			}
		}
	}
</script>
0.5.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago