Stepper
Introduction
Function signature
Stepper(
titles=[],
widgets=[],
active_step=1,
widget_id=None,
)
Parameters
Parameters
Type
Description
titles

widgets

active_step

widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize Card widgets we will use
Card widgets we will useInitialize Stepper widget
Stepper widgetInitialize Button widgets we will use to increase and decrease Stepper steps
Button widgets we will use to increase and decrease Stepper stepsCreate app layout
Create app using layout

Last updated