Spinner
This documentation provides a comprehensive reference for the
Spinner component, guiding you through its configuration options.Screenshot #

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 | null | 2.0.0 | ||
| Id | string? | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
| Size | SpinnerSize | Medium | Gets or sets the color of the Spinner. | 2.0.0 | |
| Style | string? | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 | |
| Title | string? | null | Gets or sets the title text used as an accessibility attribute. | 2.0.0 | |
| Type | SpinnerType | Border | Gets or sets the type of the Spinner. | 2.0.0 | |
| Visible | bool | True | Gets or sets whether the Spinner is visible or not. | 2.0.0 | |
| VisuallyHiddenText | string | Loading... | Gets or sets the visually hidden text. | 2.0.0 |