SliderProps
Represents the props of the KendoReact Slider component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component. jsx
| |
ariaLabel? |
|
Specifies the accessible label of the Slider. jsx
| |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. jsx
| |
buttons? |
|
Renders the arrow side buttons of the Slider if set to jsx
| |
children? |
| ||
className? |
|
Adds custom CSS classes to the Slider. jsx
| |
defaultValue? |
|
Specifies the default value of the Slider. jsx
| |
dir? |
|
Specifies the direction of the Slider ( jsx
| |
disabled? |
|
When jsx
| |
id? |
|
Specifies the jsx
| |
largeStep? |
|
Specifies the step by which the Slider's value will be increased or decreased using jsx
| |
max |
|
Specifies the maximum value of the Slider. jsx
| |
min |
|
Specifies the minimum value of the Slider. jsx
| |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onChange? |
|
Fires when the value of the Slider changes. jsx
| |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
step? |
|
Specifies the step by which the Slider's value will be increased or decreased using its buttons or keyboard arrows. jsx
| |
style? |
|
Sets additional CSS styles to the Slider. jsx
| |
tabIndex? |
|
Specifies the jsx
| |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
Specifies the current value of the Slider. jsx
| |
vertical? |
|
Changes the orientation of the Slider to vertical if set to jsx
|