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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ generic="T = any, U = number | RangeData\<T>"
108
108
| addable | boolean | Determines if new data can be added/deleted. You can specify the data to be added by `addData` prop | false |
109
109
| addData | (value: number) => RangeData<T, U> | Data to be added. This will only effect while modelValue is RangeData[]. It will return { value } by default | undefined |
110
110
| limit | number | the limit can be add | undefined |
111
+
| thumbLimits |[number, number]| Global limit for all thumbs' movement range. Individual thumb can override this with its own limits property | undefined |
111
112
| smooth | boolean | Determines if the thumb(s) should only be displayed on the stop points or not | false |
112
113
| deduplicate | boolean | Determines if the thumb(s) can be duplicated | true |
113
114
| rangeHighlight | boolean | Determines if the range between the minimum and maximum values should be highlighted. | false |
0 commit comments