I've created a React stepper component that takes in an array of steps and allows for skipping disabled steps. I'm looking to create a skip dotted line using CSS similar to the example shown below.
https://i.sstatic.net/cxV71.png
Here's my current stepper design:
https://i.sstatic.net/JgSbc.png
This is the expected design with CSS:
https://i.sstatic.net/kug1B.png
You can find the code on Stackblitz
Please check out Step.jsx for the styling implementation.
Any advice or suggestions would be greatly appreciated!