An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Vue Modal [![npm](https://img.shields.io/npm/dt/vue-modal-component.svg)]() [![npm](https://img.shields.io/npm/v/vue-modal-component.svg)]() [![npm](https://img.shields.io/npm/l/vue-modal-component.svg)]() [![GitHub stars](https://img.shields.io/github/stars/cezardasilva/vue-modal-component.svg?style=social&label=Star)]()

> A simple modal component for Vue.js 2.x

# Instalation
```bash
npm install vue-modal-component --save-dev
```

# Usage
```Vue

import Modal from 'vue-modal-component'
export default {
name: "YourComponent",
components: {
Modal
}
}

```