You can make user interface elements conditional based on an expression. To make an element conditional, add an "if" attribute to it and enter an expression:
In this example, the progress bar will be shown while the supplier is being loaded.
Making a Set of Elements Conditional
To make a set of elements conditional, add a container element with the "if" attribute:
Then move the elements you want to be conditional inside the container: