We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc58c2 commit bf24d4aCopy full SHA for bf24d4a
README.md
@@ -54,6 +54,21 @@ echo IonSlider::widget([
54
]);
55
56
```
57
+- For change slider skin, you have to configure the assetManager array in your application configuration:
58
+```php
59
+'assetManager' => [
60
+ 'bundles' => [
61
+ 'yii2mod\slider\IonSliderAsset' => [
62
+ 'css' => [
63
+ 'css/normalize.css',
64
+ 'css/ion.rangeSlider.css',
65
+ 'css/ion.rangeSlider.skinFlat.css'
66
+ ]
67
+ ],
68
69
70
+```
71
+
72
Slider Options
73
----------------
74
You can find them on the [options page](http://ionden.com/a/plugins/ion.rangeSlider/en.html)
0 commit comments