File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments