Stepper
This component allows to create a dynamic interaction with the user dividing for example a long procedure such item creation, customization, etc... in different specific steps where the user can interact.
Related documentation Stepper.md
Parameters
The modifier to apply to the container Column
The modifier to apply to the component
A custom header of the stepper
The shape to apply to the first visible Step
The shape to apply to those steps in the middle
The shape to apply to the last visible Step
The color to use as background of the Step container
The color used to indicate an error
The color used to confirm an action
The icon used to expand each step
The steps to display by the component, a little tip is wrap the creation of the array with the remember function to avoid to recreate the array during the recompositions