Scrivito.provideComponent
now lets you give proper feedback to the visitor in cases where the actual component that is provided requires some time to load and render itself. This usually short time gap can now be bridged by temporarily displaying, for example, a spinner, which can be accomplished using the new options
parameter that lets you specify a loading
component. See the API documentation for an example.