Spinner Class

Visualize the loading state of a component or page using the Blazor Bootstrap Spinner component.
For more information, visit the Bootstrap Spinner documentation.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class Spinner : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    Spinner

Constructors

SpinnerInitializes a new instance of the Spinner class

Properties

Color Gets or sets the color of the spinner.
Loc Localization service.
Type Gets or sets the type of the spinner.

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also