---
nav-title: "progress How-To"
title: "progress"
description: "Examples for using progress"
previous_url: /ApiReference/ui/progress/HOW-TO
---
# Progress
Using the progress view requires the Progress module.
Binding the Progress value property to a view-model property.
``` XML
{%raw%}{%endraw%}
```
``` JavaScript
function pageLoaded(args) {
var page = args.object;
page.bindingContext = { someProperty : 42 };
}
exports.pageLoaded = pageLoaded;
```
### Creating a progress view
### Setting up the progress view