Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

FormSteps / Step 3 Active (With Labels)

Final step active with step labels and two steps completed

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/FormSteps/FormSteps.cshtml", new FormStepsProps
{
"CurrentStep": 3,
"TotalSteps": 3,
"StepLabels": [
"Your details",
"Staying in touch",
"Confirm"
]
})
♿ Accessibility