Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godofbrowser/vuejs-dialog
A lightweight, promise based alert, prompt and confirm dialog
https://github.com/godofbrowser/vuejs-dialog
alert confirm dialog promise prompt vue
Last synced: 6 days ago
JSON representation
A lightweight, promise based alert, prompt and confirm dialog
- Host: GitHub
- URL: https://github.com/godofbrowser/vuejs-dialog
- Owner: Godofbrowser
- Created: 2017-08-31T19:07:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T23:46:33.000Z (about 1 month ago)
- Last Synced: 2025-01-05T13:00:09.294Z (6 days ago)
- Topics: alert, confirm, dialog, promise, prompt, vue
- Language: Vue
- Homepage:
- Size: 3.61 MB
- Stars: 351
- Watchers: 7
- Forks: 109
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuejs Dialog
> A lightweight, promise based alert, prompt and confirm dialog.
[![npm version](https://badge.fury.io/js/vuejs-dialog.svg)](https://badge.fury.io/js/vuejs-dialog)
[![Build Status](https://travis-ci.org/Godofbrowser/vuejs-dialog.svg?branch=master)](https://travis-ci.org/Godofbrowser/vuejs-dialog)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/Godofbrowser/vuejs-dialog.svg?branch=master)](https://scrutinizer-ci.com/g/Godofbrowser/vuejs-dialog/?branch=master)
[![npm](https://img.shields.io/npm/dt/vuejs-dialog.svg)](https://github.com/Godofbrowser/vuejs-dialog/archive/master.zip)![Vuejs Dialog Plugin](./docs/.vuepress/public/images/html-enabled.png?raw=true 'Vuejs Dialog Plugin example')
![Vuejs Dialog Plugin](./docs/.vuepress/public/images//demo.gif?raw=true 'Vuejs Dialog Plugin usage demo')The content below is for the Vue3 compatible version of vuejs-dialog, you can find the Vue2 compatible version [here](https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x)
| Vue Version | Plugin Version |
|-------------|-----------------------------------------------------------------|
| Vue 2 | [1.x](https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x) |
| Vue 3 | [2.x](https://github.com/Godofbrowser/vuejs-dialog/tree/master) |## Installing the release candidate (vue3)
To install the Vue3 compatible version while it's not released officially yet, please use either of the command below with the "next" tag.
```shell
npm install --save vuejs-dialog@next
```
```shell
pnpm add vuejs-dialog@next
```
```shell
pnpm add vuejs-dialog@next
```## Links
- [Documentation](https://godofbrowser.github.io/vuejs-dialog/)
- [Features](https://godofbrowser.github.io/vuejs-dialog/features)
- [v1.x (vue2) documentation](https://godofbrowser.github.io/vuejs-dialog/1.x)