Slider
Introduction
Function signature
Slider(
value=0,
min=0,
max=100,
step=1,
show_input=False,
show_input_controls=False,
show_stops=False,
show_tooltip=True,
range=False,
vertical=False,
height=None,
widget_id=None,
)
Parameters
Parameters
Type
Description
value

min
max

step

show_input

show_input_controls

show_stops

show_tooltip

range

vertical
height

style
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Create Text widget we will use in UI for demo Slider widget
Text widget we will use in UI for demo Slider widgetInitialize Slider widget
Slider widgetCreate app layout
Create app using layout
Add functions to control widget from code

Last updated