1# StepNavigator 2 3### Introduction<a name="section104mcpsimp"></a> 4 5This sample shows how to use the **<stepper\>** component and its child component **<stepper-item\>** in the JavaScript UI framework. When multiple steps are required to complete a task, you can use the **<stepper\>** component to navigate your users through the whole process. 6 7### Usage<a name="section107mcpsimp"></a> 8 91. On the sample app, touch **NEXT** as prompted. When the last step is complete, the home screen is displayed. 10 112. On the home screen, touch **RESET** to return to the first step. 12 133. In the third step, select **Skip subsequent steps** and touch **SKIP** to go to the home screen. 14 15### Constraints<a name="section112mcpsimp"></a> 16 17This sample can only be run on standard-system devices. 18 19