PHPackages                             demogorgorn/yii2-vex-dialog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. demogorgorn/yii2-vex-dialog

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

demogorgorn/yii2-vex-dialog
===========================

Yii2 wrapper for Vex, a modern dialog library (https://github.com/HubSpot/vex)

2141PHP

Since Oct 4Pushed 8y ago2 watchersCompare

[ Source](https://github.com/demogorgorn/yii2-vex-dialog)[ Packagist](https://packagist.org/packages/demogorgorn/yii2-vex-dialog)[ RSS](/packages/demogorgorn-yii2-vex-dialog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-vex-dialog
===============

[](#yii2-vex-dialog)

Yii2 wrapper for Vex, a modern dialog library ()

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist demogorgorn/yii2-vex-dialog "*"

```

or add

```
"demogorgorn/yii2-vex-dialog": "*"

```

to the require section of your `composer.json` file.

How to use
----------

[](#how-to-use)

On your view file.

```

```

After that just call your function (in this example "showModal").

For example, common use with demogorgorn/yii2-ajax-submit-button () :

The same view file:

```
