dynamic-forms-primeng / Interface

PrimeSliderProps

No documentation has been provided.

Properties

NameTypeDescription
hint
DynamicText | undefined

Hint text displayed below the slider.

max
number | undefined

Maximum value of the slider.

min
number | undefined

Minimum value of the slider.

orientation
"horizontal" | "vertical" | undefined

Orientation of the slider.

range
boolean | undefined

Enable range mode with two handles.

step
number | undefined

Step increment for slider values.

styleClass
string | undefined

CSS class to apply to the slider element.