Skip to content

Commit 3f4687a

Browse files
authored
Update README.md
1 parent 9e9e657 commit 3f4687a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ prop | type | default | description
9797
**float** | `Boolean` | `false` | Set true to add a floating label above focussed handles
9898
**vertical** | `Boolean` | `false` | Make the slider render vertically
9999
**pips** | `Boolean` | `false` | Whether to show pips/notches on the slider
100-
**pipStep** | `Number` | `1`/`10`/`20` | Every `nth` step to show a pip for. This has multiple defaults depending on `values` property
100+
**pipstep** | `Number` | `1`/`10`/`20` | Every `nth` step to show a pip for. This has multiple defaults depending on `values` property
101101
**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
102102
**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
103103
**rest** | `Boolean`/`String` | `false` | Whether to show a pip or label for the all other values. Use `rest='label'` to show a label value

0 commit comments

Comments
 (0)