Options
Name | Type | Required |
---|---|---|
name | string | |
label | string | |
helperText | string | |
description | string | |
min | number | |
max | number | |
step | number |
Please check the original component, it accepts the same props.
Slider is wrapped in a form group, so it accepts all form group props.
Props | Type | Description |
---|---|---|
after | node | Node rendered after the slider |
before | node | Node rendered before the slider |
FormFieldGridProps | object | Props passed to FormFieldGrid component |
FormControlProps | object | Props passed to FormControl component |
FormGroupProps | object | Props passed to FormGroup component |
FormLabelProps | object | Props passed to FormLabel component |
FormHelperTextProps | object | Props passed to FormHelperText component |
InputGridProps | object | Props passed to Input-Grid component |
BeforeGridProps | object | Props passed to Before-Grid component |
SliderGridProps | object | Props passed to Slider-Grid component |
AfterGridProps | object | Props passed to After-Grid component |