Is there any way to change the text to the bottom/centered of the circle?
Hi @rbolserSC,
I am not sure what you are trying to do. Please clarify.
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