Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vue-bulma/modal
- Owner: vue-bulma
- License: mit
- Created: 2016-07-14T16:11:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T19:16:35.000Z (over 6 years ago)
- Last Synced: 2024-09-30T07:08:12.333Z (about 1 month ago)
- Language: Vue
- Size: 16.6 KB
- Stars: 49
- Watchers: 5
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-vue - modal - Vue Bulma的modal组件 (实用库)
- awesome-github-vue - modal - Vue Bulma的modal组件 (实用库)
- awesome - modal - Vue Bulma的modal组件 (实用库)
- awesome-vue - modal - bulma/modal?style=social) - Vue Bulma的modal组件 (实用库)
README
# Modal
Modal component for Vue Bulma.
## Installation
```
$ npm install vue-bulma-modal --save
```## Examples
```vue
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)