steps
steps copied to clipboard
React Steps
Can I show also text in the circle of the previous steps? It is not showing the text(1,2) of previous steps.
do not support rtl layouts.
How can I have some text showing up on the circle instead of having the check mark after step success?
## Demo ``` ``` ## Background This demo in official docs is not working. The source code in `steps.tsx` not parse children props, but uses `items: StepsProps[]` to render children....