numbervine / yii2-hover
A wrapper to include hover assets in yii2 application
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/hover: *
This package is not auto-updated.
Last update: 2025-04-13 08:11:46 UTC
README
Yii2 wrapper for Hover assets
How to install
Install this extension using composer by adding the following dependency in composer.json
"numbervine/yii2-hover":"*"
How to use
use numbervine\hover\HoverAsset; HoverAsset::register($this);
You're all set. Use by adding CSS class names per Hover docs.
LICENSE
MIT © [Thomas Varghese] (https://github.com/numbervine)