SliderProps
Represents the props of the KendoReact Slider component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabel? |
|
The accessible label of the component. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
buttons? |
|
Renders the arrow side buttons of the Slider if set to true. | |
children? |
| ||
className? |
|
Sets additional classes to the Slider. | |
defaultValue? |
|
The default value of the Slider. | |
dir? |
| ||
disabled? |
|
Determines whether the Slider is disabled. jsx
| |
id? |
|
Specifies the id of the component. | |
largeStep? |
|
Specifies the step by which the Slider's value will be increased or decreased using | |
max |
|
The maximum value of the Slider. | |
min |
|
The minimum value of the Slider. | |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onChange? |
|
Determines the event handler that will be fired when the user edits the value. | |
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. | |
style? |
|
The styles that are applied to the Slider. | |
tabIndex? |
|
Specifies the tabindex of the Slider. | |
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? |
|
The value of the Slider. | |
vertical? |
|
If |