I would like to build something like a status display with the help of the material component mat-stepper (using vertical orientation). I also would like to have the vertical steps go from bottom to top instead of top to bottom. However I haven't found something to make the steps go from bottom to top. Is there any property for this or is this maybe possible using CSS? To hardcode it in the html is not an option for me because I want to add steps dynamically.
Example: (vertical orientation)
Step 1
Step 2
Step 3
What I want:
Step 3
Step 2
Step 1