numbervine/yii2-hover

A wrapper to include hover assets in yii2 application

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.0 2017-12-21 06:27 UTC

This package is not auto-updated.

Last update: 2024-06-09 03:39: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)