Is there any way to change the text to the bottom/centered of the circle?
Trying to use for showing status of a project.
You can achieve something similar by adding this CSS to your application:
.rz-steps .rz-menuitem-link {
flex-direction: column;
}
Worked great.
Thanks