From 3f4687a56425902d4d77912fcdcec34ecc45f881 Mon Sep 17 00:00:00 2001 From: Simon Goellner Date: Thu, 4 Feb 2021 23:49:38 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ccc0c3..3867816 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ prop | type | default | description **float** | `Boolean` | `false` | Set true to add a floating label above focussed handles **vertical** | `Boolean` | `false` | Make the slider render vertically **pips** | `Boolean` | `false` | Whether to show pips/notches on the slider -**pipStep** | `Number` | `1`/`10`/`20` | Every `nth` step to show a pip for. This has multiple defaults depending on `values` property +**pipstep** | `Number` | `1`/`10`/`20` | Every `nth` step to show a pip for. This has multiple defaults depending on `values` property **first** | `Boolean`/`String` | `false` | Whether to show a pip or label for the first value on slider. Use `first='label'` to show a label value **last** | `Boolean`/`String` | `false` | Whether to show a pip or label for the last value on slider. Use `last='label'` to show a label value **rest** | `Boolean`/`String` | `false` | Whether to show a pip or label for the all other values. Use `rest='label'` to show a label value