omj/yii2-omj-rangeslider

Asset bundle for (http://rangeslider.js.org/)

dev-master 2016-11-23 10:18 UTC

This package is not auto-updated.

Last update: 2024-05-06 12:29:27 UTC


README

Asset bundle for (http://rangeslider.js.org/)

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist omj/yii2-omj-rangeslider "dev-master"

or add

"omj/yii2-omj-rangeslider": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by registering it in the View file :

<?= \omj\RangeSliderAsset::register($this); ?>```