You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The progress bar component is designed to give some visual feedback to the user when they are navigating between routes. Internally it uses a service to keep track of route changes so you don't need to do anything special to make it work
4
+
3
5
## Usage
4
6
5
-
Use the progress bar to indicate how far along on a page the user has viewed.
7
+
Just make sure that you add the following code to the Application template and the component will take care of the rest!
6
8
7
9
```handlebars
8
10
<EsProgressBar />
9
11
```
12
+
13
+
The above demo doesn't look like much, but if you want to see it in action you need to navigate to a different route and keep an eye on the top of the screen. Try it now by clicking something in the table of contents and then navigate back to this page
0 commit comments