Skip to content
Essentials for YOOtheme Pro

Range Element

The Range Element displays a <input type="range"> HTML element, use it to allow users to enter a numeric value in a specified range which precise value, however, is not considered important.

Range Element

SettingDescription
SizeThe field size applied with uk-form-{size} modifier.
WidthThe field width applied with uk-form-width-{width} modifier.
ValidationDescriptionDynamicBrowser SideServer Side
MinThe minimum amount that the input value must constrain to, greater than or equal to.
MaxThe maximum amount that the input value must constrain to, lower than or equal to.
StepThe multiple of which the input value must constrain to.