LoaderProps
Interface
Represents the props of the KendoReact Loader component.
Definition
Package:@progress/kendo-react-indicators
Properties
ariaLabel?
string
Sets the aria-label attribute of the Loader.
Default:
'Loading'
className?
string
Specifies a list of CSS classes that will be added to the Loader.
Specifies the size of the Loader.
The possible values are:
smallmedium(Default)large
style?
CSSProperties
Sets additional CSS styles to the Loader.
Specifies the theme color of the Loader.
The possible values are:
base—Applies coloring based on base theme color.primary(Default)—Applies coloring based on primary theme color.secondary—Applies coloring based on secondary theme color.tertiary— Applies coloring based on tertiary theme color.
Specifies the Loader animation type.
The possible values are:
pulsing(default)infinite-spinnerconverging-spinner