Skip to content

Commit e19725d

Browse files
committed
improve the progress bar documentation
1 parent 6d1ce64 commit e19725d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/components/progress-bar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Progress bar
22

3+
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+
35
## Usage
46

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!
68

79
```handlebars
810
<EsProgressBar />
911
```
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

Comments
 (0)