Placeholder for content while things are beeing loaded.
By default a spinner with the text "Please wait" is displayed.
Custom content can be provided in the default slot to replace the spinner and message.
<content-placeholder if.bind="isLoading"></content-placeholder><template else> Content...</template> Copy
<content-placeholder if.bind="isLoading"></content-placeholder><template else> Content...</template>
A Boolean for adding a transparent overlay in the Background
Placeholder for content while things are beeing loaded.
By default a spinner with the text "Please wait" is displayed.
Custom content can be provided in the default slot to replace the spinner and message.
Example