v1.2.0

Stepper

Steppers convey progress through numbered steps. They provide a wizard-like workflow by dividing content into logical steps.

Horizontal Stepper

Select campaign settings Create an ad group Create an ad
Back Next
<me-stepper active-step="1"> <me-step><me-step-label>Step One</me-step-label></me-step> <me-step><me-step-label>Step Two</me-step-label></me-step> <me-step><me-step-label>Step Three</me-step-label></me-step> </me-stepper>

Vertical Stepper

Select campaign settings For each ad campaign that you create, you can control how much you're willing to spend on clicks and conversions.
Continue Back
Create an ad group An ad group contains one or more ads which target a shared set of keywords.
Continue Back
Create an ad Try out different ad text to see what brings in the most customers.
Finish Back
<me-stepper orientation="vertical" active-step="0"> <me-step> <me-step-label>Step One</me-step-label> <me-step-content> Content for step one... <me-button variant="contained">Continue</me-button> </me-step-content> </me-step> </me-stepper>

Error Step

Step One Error: Required fields missing Step Three

API — Stepper

AttributeTypeDefaultDescription
active-stepnumber0Zero-based index of the active step.
orientationhorizontal | verticalhorizontalLayout direction.

API — Step

AttributeTypeDescription
activebooleanSet automatically by the stepper. Can be set manually for uncontrolled usage.
completedbooleanSet automatically for steps before active-step.
errorbooleanMarks the step with an error indicator.