Breadcrumbs Component

i am trying to create breadcrumbs for my project. The scenario is like below.

Home
Step 1
Step 1.1
Step 1.2
Step 2
Step 3

When i navigate to Step 1 or Step 2 or Step 3 then i want my breadcrumbs like Home > Step 1 or Home > Step 2 or Home > Step 3

When i navigate to Step 1.1 then i want my breadcrumbs to display like Home > Step 1 > Step 1.1

Please suggest a way to achieve this scenario.

Hi there,

Thanks for reaching out to us!

It sounds like the Stepped Container Component would fit this use case?

In the container, you can add a button that will return back to step one using this event handler.