mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
docs: Update index.en-US.md (#31533)
This commit is contained in:
parent
a9a329d37c
commit
ace54fcceb
@ -34,6 +34,8 @@ To input a value in a range.
|
||||
| vertical | If true, the slider will be vertical | boolean | false | |
|
||||
| onAfterChange | Fire when onmouseup is fired | (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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user