PropTypes = {
// returns the value on the slider
onChange: PropTypes.func
// The min and max values
min: number
max: number
// 2 slider controls on the same line
range: bool
// Vertical or horizontal
position: "horizontal" || "vertical"
// interactable
disabled: bool
}
Component request to create a slider component:
I can make something similar to this: