Spinner
This documentation provides a comprehensive reference for the Spinner component, including Bulma-aligned colors, Bulma size classes, visibility, and instance methods.
Preview #
Loading...
Loading...
Loading...
Parameters #
| Name | Type | Default | Required | Description | Added Version |
|---|---|---|---|---|---|
| AdditionalAttributes | Dictionary<string, object> | null | Gets or sets additional attributes that will be applied to the component. | 1.0.0 | |
| Class | string? | null | Gets or sets the CSS class name(s) to apply to the component. | 1.0.0 | |
| Color | SpinnerColor | None | Gets or sets the spinner color from the Bulma semantic palette. | 1.2.0 | |
| Id | string? | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
| IsVisible | bool | True | If true, the spinner is visible. | 1.2.0 | |
| Label | string | Loading... | Gets or sets the accessible label announced by screen readers. | 1.2.0 | |
| Size | SpinnerSize | None | Gets or sets the spinner size from the Bulma size scale. | 1.2.0 | |
| Style | string? | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 | |
| Type | SpinnerType | Border | Gets or sets the spinner type. | 1.2.0 |
Methods #
| Name | Return type | Description | Added Version |
|---|---|---|---|
| Hide() | Void | Hides the spinner. | 1.2.0 |
| Show() | Void | Shows the spinner. | 1.2.0 |