Range Slider

Allows the users to set a value by moving an indicator horizontally between the start and end values, which restricts the users from setting the value within the valid range.

Basic

Star Value

Enter the number that will be set as the starting point or value for the slider.

End Value

Enter the number that will be set as the endpoint or value for the slider. This will be the maximum limit the slider can be dragged.

Maximum

Provide the number that decides the maximum value the widget will show to the users, and they cannot type or enter any value beyond this number.

Minimum

Provide the number that decides the minimum value the widget will show to the users, and they cannot type or enter any value lower than this number.

Step

The value must be greater than 0 and divisible by Maximum and Minimum. When the user drags the slider forward, this number will be added to the current number and vice versa when the user slides backward.

Interaction

Event Handlers

EventDescription

Change

Disabled

Disables the user interaction with the element on the page. It visually indicates that the element is inactive and prevents users from interacting with it when applied. Shows a red-crossed warning symbol and can be customized to disable the widget according to certain conditions using low-code.

Hide

This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.

Label

Represents the caption for the widget in the user interface. It is recommended to keep the label string short and convey the usage of the widget in the UI

Tooltip

This tooltip pops up when the user moves the mouse over the label area of the widget. This is commonly used to provide some extra or important information to the user on the usage of the widget.

The tooltip will be immediately shown when the user's mouse hovers over the widget, and immediately hides when the user's mouse leaves. This information will be contextual, useful, and informative.

Position

PropertyDescription

Left

Top

Alignment

PropertyDescription

Left

Right

Width

Enter a number value to set the width of the widget. It can be set in terms of pixels and percentage.

Layout

Prefix Icon

Choose one from the set of icons that will be displayed as a prefix logo, just before the slider.

Suffix Icon

Choose one from the set of icons that will be displayed as a suffix logo, just after the slider.

Widget Tooltip

This tooltip pops up when the user moves the mouse over the input area of the widget. It is commonly used to hint at the type of input the user needs to provide.

The tooltip will be immediately shown when the user's mouse hovers over the widget, and immediately hides when the user's mouse leaves. This information will be contextual, useful, and informative.

Style

PropertyDescription

Label

Set the colour for the label text. Recommended to set in contrast with the background.

Fill

This property is for choosing the colour to fill the shape.

Thumb Border

Represents the border colour of the "thumb" that the user can move within the "groove" of the widget to alter its numerical value. MDN web docs

Thumb

Represents the colour of the "thumb" that the user can move within the "groove" of the widget to alter its numerical value. MDN web docs

Track

Represents the colour of the "track" the groove in which the indicator slides of the widget. MDN web docs

Margin

This value is set in terms of "px" number which creates the space between the border and the content of the widget.

Padding

This value is set in terms of "px" number which creates the space between the border and outer elements.

Last updated