Stepper

A sequence of steps in a task, showing progress through them. Steps before the current one are complete, and can be revisited; the user moves between steps with the navigation controls.

Structure

<Stepper ariaLabel="Sign up">
	<StepperStep label="Account" />
	<StepperStep label="Profile" />
	<fill name="nav">
		<StepperPrevious />
		<StepperNext />
	</fill>
</Stepper>

Demo