Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)