Slider
Importβ
import { Slider } from '@resultadosdigitais/tangram-components'
Propertiesβ
value
β
defaultValue
β
hideTrail
β
max
β
min
β
onChange
β
Type | func |
---|---|
Param | event React.SyntheticEvent - The event source of the callback. |
Param | newValue String - The new value from input. |
Descriptionβ
Callback fired when the Slider changes.