
With this component, create a metro stations-like progress bar to use in your applications.
The component is fully customizable:
- list of items
- colors (background bar, step circles and labels at their various states (ToDo, Active, Done), ...)
- bar width
- bar inner margin
- bar auto height
- step circles padding
- step circles border (thickness and color)
- font size
- labels left padding
- active step
- allow step selection
As an output you will get:
- an OnSelect boolean to help you "trigger" an event when a step circle is clicked
- the selected step
- an automatically calculated height for your component if you want it to fit your progress bar height
All detail are available right here: https://github.com/e-gallis/PowerApps/blob/master/Components/MetroVerticalProgressBar/readme.md
Enjoy !