Blazor Progress Button Component Example - Default Functionalities
This sample demonstrates the default functionalities of a ProgressButton component. Clicking that button will display a spinner and a progress indicator.
The ProgressButton
visualizes the progression of an operation to indicate to the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.
In this sample, the ProgressButton contains the content, spinner, progress indicator, and a list of related features that can be achieved using Content, CssClass, and EnableProgress properties.
More information about the Blazor ProgressButton component can be found in this documentation section.