New to KendoReactStart a free 30-day trial

LoaderProps

Interface

Represents the props of the KendoReact Loader component.

Definition

Package:@progress/kendo-react-indicators

Properties

Sets the aria-label attribute of the Loader.

Default:

'Loading'

Specifies a list of CSS classes that will be added to the Loader.

Specifies the size of the Loader.

The possible values are:

  • small
  • medium (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-spinner
  • converging-spinner