Download the PHP package kartik-v/yii2-dropdown-x without Composer
On this page you can find all versions of the php package kartik-v/yii2-dropdown-x. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-dropdown-x
yii2-dropdown-x
[![Stable Version](https://poser.pugx.org/kartik-v/yii2-dropdown-x/v/stable)](https://packagist.org/packages/kartik-v/yii2-dropdown-x)
[![Unstable Version](https://poser.pugx.org/kartik-v/yii2-dropdown-x/v/unstable)](https://packagist.org/packages/kartik-v/yii2-dropdown-x)
[![License](https://poser.pugx.org/kartik-v/yii2-dropdown-x/license)](https://packagist.org/packages/kartik-v/yii2-dropdown-x)
[![Total Downloads](https://poser.pugx.org/kartik-v/yii2-dropdown-x/downloads)](https://packagist.org/packages/kartik-v/yii2-dropdown-x)
[![Monthly Downloads](https://poser.pugx.org/kartik-v/yii2-dropdown-x/d/monthly)](https://packagist.org/packages/kartik-v/yii2-dropdown-x)
[![Daily Downloads](https://poser.pugx.org/kartik-v/yii2-dropdown-x/d/daily)](https://packagist.org/packages/kartik-v/yii2-dropdown-x)
An extended bootstrap dropdown widget for Yii Framework 2 with submenu drilldown. This widget extends the \yii\bootstrap\Dropdown
widget
with some additional controls and adds CSS and JS for enabling a submenu drilldown. The dropdown menu style is optimized for both desktop
and mobile devices. The drilldown is triggered on active
instead of hover
so that it works equally well on mobile devices.
Docs & Demo
You can see detailed docs & demos and the API code documentation on usage of the extension.
Installation
The preferred way to install this extension is through composer.
NOTE: Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the
minimum-stability
settings for your application's composer.json.
Either run
or add
to the section of your composer.json
file.
Usage
DropdownX
License
yii2-dropdown-x is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.