https://github.com/cezardasilva/vue-modal-component
A simple modal for Vue.js 2.x
https://github.com/cezardasilva/vue-modal-component
Last synced: 5 days ago
JSON representation
A simple modal for Vue.js 2.x
- Host: GitHub
- URL: https://github.com/cezardasilva/vue-modal-component
- Owner: cezardasilva
- License: mit
- Created: 2017-03-03T14:05:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T20:45:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T19:27:24.494Z (7 months ago)
- Language: Vue
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Modal []() []() []() []()
> A simple modal component for Vue.js 2.x
# Instalation
```bash
npm install vue-modal-component --save-dev
```# Usage
```Vueimport Modal from 'vue-modal-component'
export default {
name: "YourComponent",
components: {
Modal
}
}```