tecnocen / yii2-bootstrap-hover-dropdown
AssetBundle for https://cameronspear.com/demos/bootstrap-hover-dropdown/
Installs: 7 051
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/bootstrap-hover-dropdown: *
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2024-11-05 07:11:07 UTC
README
AssetBundle for https://cameronspear.com/demos/bootstrap-hover-dropdown/
Installation
####Composer
composer require --prefer-dist "tecnocen/yii2-bootstrap-hover-dropdown:*"
or add
"tecnocen/yii2-bootstrap-hover-dropdown": "dev-master"
to the require
section of your composer.json
file.
Usage
in view (for example: @app/views/layouts/main.php
)
// ... use tecnocen\hoverdropdown\HoverDropdownAssetBundle; // ... HoverDropdownAssetBundle::register($this);
or add to your assets/AppAsset.php
public $depends = [ // ... '\tecnocen\hoverdropdown\HoverDropdownAssetBundle', ];