RE: Loagind Add-on

There is builtin component for this purpose in the framework


https://vaadin.com/download/release/8.2/8.2.0/docs/api/com/vaadin/ui/ProgressBar.html

Some example here


https://github.com/vaadin/book-examples/blob/master/src/com/vaadin/book/examples/component/ProgressBarExample.java

Is there an add-on to display a loading message when I execute some code in my backend?

tks