import { CFormRange } from '@coreui/react'
// or
import CFormRange from '@coreui/react/src/components/form/CFormRange'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the component.string-
disabledToggle the disabled state for the component.boolean-
label
4.2.0+
Add a caption for a component.ReactNode-
maxSpecifies the maximum value for the component.number-
minSpecifies the minimum value for the component.number-
onChangeMethod called immediately after the value prop changes.ChangeEventHandler<HTMLInputElement>-
readOnlyToggle the readonly state for the component.boolean-
stepSpecifies the interval between legal numbers in the component.number-
valueThe value attribute of component.string | number | string[]-
On this page