svelte-range-slider-pips
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "svelte-range-slider-pips", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"svelte": "src/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/svelte-range-slider-pips.mjs", |
@@ -117,2 +117,3 @@ | ||
**id** | `String` | `""` | Give the slider a unique ID for use in styling | ||
**ariaLabels** | `Array` | `[]` | Array of strings to use for the `aria-label` attribute on the handles. | ||
**formatter** | `Function` | `(v,i,p) => v` | A function to re-format values before they are displayed (`v = value, i = pip index, p = percent`) | ||
@@ -119,0 +120,0 @@ **handleFormatter** | `Function` | `formatter` | A function to re-format values on the handle/float before they are displayed. Defaults to the same function given to the `formatter` property (`v = value, i = handle index, p = percent`) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245320
5216
166