CreateArgs

23 Sep 20251 minute to read

Arguments to create a Blazor spinner for the target.

Properties

cssClass string

Sets the CSS classes to root element of the Spinner which helps to customize the complete UI styles.

label string

To set the label to the Spinner element.

target string

Target element to the Spinner.

E.g : createSpinner({ target: element });

type SpinnerType

Specify the type of the Spinner.

width string|number

To set the width of the Spinner.