|
1 | 1 | # Creating a custom stepper using the CDK stepper
|
2 | 2 |
|
3 | | -The [CDK stepper](https://material.angular.dev/cdk/stepper/overview) allows to build a custom stepper which you can completely style yourself without any specific Material Design styling. |
| 3 | +The [CDK stepper](https://material.angular.dev/cdk/stepper/overview) allows you to build a custom stepper which you can completely style yourself without any specific Material Design styling. |
4 | 4 |
|
5 | | -In this guide, we'll learn how we can build our own custom stepper using the CDK stepper. Here is what we'll build by the end of this guide: |
| 5 | +In this guide, we'll learn how to build our own custom stepper using the CDK stepper. Here is what we'll build by the end of this guide: |
6 | 6 |
|
7 | 7 | <!-- example(cdk-custom-stepper-without-form) -->
|
8 | 8 |
|
@@ -126,7 +126,7 @@ If you want to iterate over your steps and use your own custom component you can
|
126 | 126 |
|
127 | 127 | The above example allows the user to freely navigate between all steps. The `CdkStepper` additionally provides the linear mode which requires the user to complete previous steps before proceeding.
|
128 | 128 |
|
129 | | -A simple example without using forms could look this way: |
| 129 | +A simple example without using forms could look like this: |
130 | 130 |
|
131 | 131 | **app.component.html**
|
132 | 132 |
|
|
0 commit comments