Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vue-bulma/modal

Modal component for Vue Bulma
https://github.com/vue-bulma/modal

Last synced: 27 days ago
JSON representation

Modal component for Vue Bulma

Awesome Lists containing this project

README

        

# Modal

Modal component for Vue Bulma.

## Installation

```
$ npm install vue-bulma-modal --save
```

## Examples

```vue









Vue Admin


import { Modal, ImageModal, CardModal } from 'vue-bulma-modal'

export default {
components: {
Modal,
ImageModal,
CardModal
}
}

```

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

> [fundon.me](https://fundon.me)  · 
> GitHub [@fundon](https://github.com/fundon)  · 
> Twitter [@_fundon](https://twitter.com/_fundon)