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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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