diff --git a/src/components-examples/material/stepper/stepper-editable/stepper-editable-example.html b/src/components-examples/material/stepper/stepper-editable/stepper-editable-example.html index 56e413fa5739..820993beee87 100644 --- a/src/components-examples/material/stepper/stepper-editable/stepper-editable-example.html +++ b/src/components-examples/material/stepper/stepper-editable/stepper-editable-example.html @@ -7,9 +7,9 @@
- + Fill out your name - + Name diff --git a/src/components-examples/material/stepper/stepper-label-position-bottom/stepper-label-position-bottom-example.html b/src/components-examples/material/stepper/stepper-label-position-bottom/stepper-label-position-bottom-example.html index c781ddf6e10d..b582d39fef06 100644 --- a/src/components-examples/material/stepper/stepper-label-position-bottom/stepper-label-position-bottom-example.html +++ b/src/components-examples/material/stepper/stepper-label-position-bottom/stepper-label-position-bottom-example.html @@ -22,10 +22,10 @@ required>
- + - +
diff --git a/src/material/stepper/stepper.md b/src/material/stepper/stepper.md index 76e2d1311434..460ef67da1f4 100644 --- a/src/material/stepper/stepper.md +++ b/src/material/stepper/stepper.md @@ -19,30 +19,30 @@ placed inside either one of the two stepper components. ### Labels If a step's label is only text, then the `label` attribute can be used. For more complex labels, add a template with the `matStepLabel` directive inside the `mat-step`. + "file": "stepper-editable-example.html", + "region": "step-label"}) --> #### Label position For `mat-horizontal-stepper` it's possible to define the position of the label. `end` is the default value, while `bottom` will place it under the step icon instead of at its side. This behaviour is controlled by `labelPosition` property. - ### Stepper buttons There are two button directives to support navigation between different steps: `matStepperPrevious` and `matStepperNext`. - + ### Linear stepper The `linear` attribute can be set on `mat-horizontal-stepper` and `mat-vertical-stepper` to create @@ -105,7 +105,7 @@ If completion of a step in linear stepper is not required, then the `optional` a on `mat-step`. @@ -114,7 +114,7 @@ By default, steps are editable, which means users can return to previously compl edit their responses. `editable="false"` can be set on `mat-step` to change the default. #### Completed step @@ -129,7 +129,7 @@ by placing a `matStepperIcon` for each of the icons that you want to override. T `active`, and `optional` values of the individual steps are available through template variables: Note that you aren't limited to using the `mat-icon` component when providing custom icons. @@ -139,7 +139,7 @@ You can set the state of a step to whatever you want. The given state by default However, it can be overridden the same way as mentioned above. In order to use the custom step states, you must add the `displayDefaultIndicatorType` option to