2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-slider

Bootstrap slider control

image

ekaragodin/yii2-bootstrap-slider

Bootstrap slider control

  • Tuesday, April 1, 2014
  • by ekaragodin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,343 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

Bootstrap Slider

Bootstrap slider control, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist ekaragodin/yii2-bootstrap-slider "*"

or add, (*4)

"ekaragodin/yii2-bootstrap-slider": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= Slider::widget([
        'name' => 'price',
        'value' => $model->price,
        'options' => [
            'data' => [
                'slider-min' => 100,
                'slider-max' => 1000,
            ],
        ],
    ]) ?>

The Versions

01/04 2014

dev-master

9999999-dev

Bootstrap slider control

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar ekaragodin

extension yii2 bootstrap