dev-master
9999999-devBootstrap slider control
BSD-3-Clause
The Requires
by ekaragodin
extension yii2 bootstrap
Bootstrap slider control
Bootstrap slider control, (*1)
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)
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, ], ], ]) ?>
Bootstrap slider control
BSD-3-Clause
extension yii2 bootstrap