Overview

Your Feedback Matters

The Blazor Wait Indicator displays the progress of time-consuming operations. You can embed the Wait Indicator into other UI controls (for example, buttons or data editors).

Primary Wait Indicator API members are as follows:

  • AnimationType - Specifies the animation type used.
  • Template - Specifies custom content for the indicator (for example, icons).
  • Visible - Specifies whether the Wait Indicator is visible.

Animation

Spinner

Pulse

Flip

The Wait Indicator plays an animation to indicate the progress. Use the AnimationType property to choose between three animation types: Spin, Pulse, or Flip. This demo also shows how to specify a template with custom content (an icon) for an indicator with the Flip animation.