step
This component is used to display consecutive steps in a stepper component. You can divide the task into steps and then mark them as completed and gradually get closer to completing the entire task.
Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes: title and value
Other options:
description - The description of the step
style - There are styling sets:
- isActive
- isDisabled
- isNegative
- isPositive
- isStrikeThrough
- isWarning
leftElement - The only available element for the step is an icon. There is a list of icons available, but you can customize the design with your own icon
Actions:
onPress - The possibility to add any of the actions (please refer to the list of our Actions). This action(s) will be triggered as a reaction to the press event
The step can't be used as a separate component, it can only be used inside the stepper component.