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.

Style Properties

Style properties allow you to customize the look and feel of the component. Combinations of styles applied to components can be saved as Stylesheets to easily reuse styles throughout your app. Styles can also be set dynamically using Variables. To learn more about all the different styling properties and how they work, take a look at Intro to Styling.

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.

Conditional Display

You can conditionally display a component based on a given condition. Learn more about conditionally displaying components in the Conditional Display doc.

Triggers

Trigger nameDescription
On Value ChangedRuns the Actions when the value changes