OnsRangeInput(value: Number? = null, min: Number = 0, max: Number = 100, step: Number = DEFAULT_STEP, inputId: String? = null, classes: Set<String> = setOf(), init: (OnsRangeInput.() -> Unit)? = null)
Creates a range input component.
min
- minimal value (default 0)
max
- maximal value (default 100)
inputId
- the ID of the input element
classes
- a set of CSS class names
init
- an initializer extension function
Constructor
Creates a range input component.