docs: Update index.en-US.md (#31533)

This commit is contained in:
Ismail El Moudni 2021-07-26 15:41:29 +01:00 committed by GitHub
parent a9a329d37c
commit ace54fcceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,8 @@ To input a value in a range.
| vertical | If true, the slider will be vertical | boolean | false | | | vertical | If true, the slider will be vertical | boolean | false | |
| onAfterChange | Fire when onmouseup is fired | (value) => void | - | | | onAfterChange | Fire when onmouseup is fired | (value) => void | - | |
| onChange | Callback function that is fired when the user changes the slider's value | (value) => void | - | | | onChange | Callback function that is fired when the user changes the slider's value | (value) => void | - | |
| trackStyle | The style of slider track | CSSProperties | - | |
| handleStyle | The style of slider handle | CSSProperties | - | |
### range ### range