You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**value**|`Number`|`50`| Value to apply on the slider. |
159
164
|**values**|`Array`|`[50]`| Array of values to apply on the slider. Multiple values creates multiple handles. (_**note:** A slider with `range` property set can only have two values max_) |
160
165
|**min**|`Number`|`0`| Minimum value for the slider _(should be `< max`)_|
161
166
|**max**|`Number`|`100`| Maximum value for the slider _(should be `> min`)_|
@@ -227,13 +232,37 @@ I am very happy to accept;
227
232
228
233
[Read the CONTRIBUTING.md](./CONTRIBUTING.md)
229
234
235
+
<br>
236
+
<br>
237
+
230
238
---
231
239
232
-
## Support / Donate
240
+
## Notes
241
+
242
+
### Svelte 3
243
+
244
+
Because of the code in Range Slider Pips 3, it is now incompatible with Svelte version 3.
245
+
246
+
If you are unable to upgrade your project, then I suggest looking for [Svelte-Range-Slider-Pips version `2.3.1`](https://github.com/simeydotme/svelte-range-slider-pips/tree/2.3.1) which
247
+
will not be upgraded, but it's still pretty robust. You can install it like so;
0 commit comments