A component that allows the user to select a value from a fixed range of numbers.

Adding Slider Component

  • Select the Slider component from the Components drawer. You can open the list of components by clicking the + button next to Components.
  • Then, add the Slider component from the Components tree.
  • Go to the Data tab (third tab) in the Properties Panel.
  • Now you can assign a custom value for the component to display and start using the Initial Values property.
1425

Configuration Properties

PropertyDescription
Component nameTo alter the name of the component. The name is reflected in the Components tree. Defaults to Slider.
StepSet the increment of the value.
Min ValueMinimum value of the slider.
Max ValueMaximum value of the slider.
Left IconTo add an icon at the beginning of Slider
Right IconTo add an icon at the end of Slider
Min Track ColorThe color used for the track to the left of the button.
Max Track ColorThe color used for the track to the right of the button.
Thumb ColorThe color used for the thumb.

Data Configuration

PropertyDescription
Data SourceInitialize the stateful component with a value from a data source.

Accept value: any numerical value depending on the max and min value defined in Configuration.