step
This component displays consecutive steps in a stepper component. You can divide the task into steps, mark them as completed, and gradually get closer to completing the entire task.
Core structure | |
---|---|
title | Provide a title for the step item. You can use an expression to set the title. |
value | The value of the step item. The value is exposed in the 's state, making it available for use anywhere inside the . |
Other options | |
---|---|
description | Describe the step item that is displayed as the subtitle. |
leftElement | The only available element for the step is an icon displayed on the left of the value. A list of icons is available. See Jigx icons for more information. If no icon is specified a checkbox is used on the left. |
style | The following styling options are available:
|
Actions | |
---|---|
onPress | The action is triggered when pressing on the step item. Use IntelliSense (ctrl+space) to see the list of available actions. |